Description Usage Arguments Value Examples
View source: R/conv_smoother.R
The function plots a smoothed curve using the convolve
function.
1 |
X |
numeric array |
Y |
numeric array |
window |
numeric value indicating size of window to use |
raw |
boolean |
output |
boolean |
... |
other input into the plot function |
smoothed X,Y and std Y matrix
1 2 3 | x <- 1:1000
y <- rnorm(1000)
conv <- conv_smoother(x,y,10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.