Description Usage Arguments Value See Also Examples
View source: R/generate_signal.R
add noise to a signal with set minimum and maximums
1 | add_noise(x, low = 0, high = 1)
|
x |
a tibble from |
low |
lowest noise to add as a numeric, Default: 0 |
high |
highest noise to add as a numeric, Default: 1 |
a tibble
1 2 3 4 5 6 | ## Not run:
if(interactive()){
generate_signal() %>% add_noise()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.