Description Usage Arguments Value See Also Examples
generate a diurnal signal of half hours over a range of days starting from the first of the selected year, with varying amplitude
1 | generate_signal(days, start = "2020", amplitude = NA)
|
days |
number of days to generate signal for as an integer, Default: 7 * 4 |
start |
the year to start from as a string of 'yyyy“, Default: "2020" |
amplitude |
the height of the signal as a numeric, Default: NA |
a tibble
1 2 3 4 5 6 7 8 | ## Not run:
if(interactive()){
generate_signal()
generate_signal(365, start = "2019", amplitude = 12)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.