View source: R/collectedfunctions.R
lhloess | R Documentation |
Compute the LOESS data for ploting.
lhloess(data, x, y, by, span = 1)
data |
data. |
x |
Independent variable |
y |
Dependent variable |
by |
Sort by. Only one sorting variable is accepted. If more than 1 variables, create a unique sorting using paste: var1,var2,etc |
span |
LOESS stiffness |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.