pure_signal: generate a diurnal signal of half hours

Description Usage Arguments Value See Also Examples

Description

generate a diurnal signal of half hours over a range of days starting from the first of the selected year, with varying amplitude

Usage

1
generate_signal(days, start = "2020", amplitude = NA)

Arguments

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

Value

a tibble

See Also

tibble

Examples

1
2
3
4
5
6
7
8
## Not run: 
if(interactive()){
 generate_signal()

 generate_signal(365, start = "2019", amplitude = 12)
 }

## End(Not run)

surple-energy/rsatz documentation built on Feb. 29, 2020, 12:49 a.m.