fit_loess | R Documentation |
klassets_xy
objectFit Local polynomial regression to klassets_xy
object
fit_loess(df, ...)
df |
A object from |
... |
Options for |
df <- sim_xy() df dfloess <- fit_loess(df) dfloess plot(dfloess) df <- sim_xy(n = 1000, x_dist = runif) df <- dplyr::mutate(df, y = y + 2*sin(5 * x)) plot(df) plot(fit_loess(df))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.