default_smooth_fun | R Documentation |
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.
Zuguang Gu <z.gu@dkfz.de>
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.