Description Usage Arguments Value See Also Examples
View source: R/generate_signal.R
shift signal by a margin up or down to represent magnitude of the value
1 | shift_signal(x, centre_point)
|
x |
a tibble from |
centre_point |
the amount to shift up by as a numeric |
a tibble
1 2 3 4 5 6 | ## Not run:
if(interactive()){
generate_signal(5) %>% shift_signal(9)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.