white_noise | R Documentation |
Function factory to apply white noise to a vector
white_noise(sd = 0.1)
sd |
the standard deviation of noise to apply. |
a function
f <- white_noise(1)
f(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.