View source: R/normalize_data_loess.R
optimize_loess_span | R Documentation |
optimize_loess_span
optimize_loess_span(
x,
y,
degree_range = c(1, 2),
span_range = seq(0.2, 0.6, 0.1)
)
x |
x |
y |
y |
degree_range |
numeric vector |
span_range |
numeric vector |
optimization result
Xiaotao Shen shenxt1990@outlook.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.