Description Usage Arguments Examples
a wrapper for the loess function included in the R base system
1 | smooth.loess(x, y, safe.start = 5, safe.end = 5, myspan = 0.28)
|
x |
variable x |
y |
variable y |
safe.start |
exclude a the n-th first values from calculation |
safe.end |
exclude a the n-th end values from calculation |
myspan |
span parameter for loess function |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.