Description Usage Arguments Value Examples
View source: R/generate_signal.R
make trend features that start at a specific interval that increase or decrease the signal linearly by a specific strength
1 | make_trend(x, strength = 10, start = NA)
|
x |
a tibble from |
strength |
the strength of the trend in the signal as a numeric, Default: 1 |
start |
interval to start on as an integer, Default: NA |
a tibble
1 2 3 4 5 6 | ## Not run:
if(interactive()){
generate_signal() %>% make_trend()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.