Default Smoothing function

default_smooth_fun(x)

Arguments

x

Input numeric vector.

Details

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.

Examples

# There is no example NULL
#> NULL