default_smooth_fun.Rd
Default Smoothing function
default_smooth_fun(x)
x | Input numeric vector. |
---|
The smoothing function is applied to every row in the normalized matrix. For this default smoothing function,
locfit
is first tried on the vector. If there is error, loess
smoothing is tried afterwards.
If both smoothing are failed, there will be an error.
# There is no example NULL#> NULL