| plant_b90 | R Documentation |
Creates a daily sequence for one year from parameters.
plant_b90(
minval_before_incr,
minval_after_decr = minval_before_incr,
maxval,
doy.incr,
incr.dur,
doy.decr,
decr.dur,
maxdoy
)
minval_before_incr |
Minimum value used for the time period before
|
minval_after_decr |
Minimum value used for time period after
|
maxval |
Maximum value. |
doy.incr |
Day of year when increasing from |
incr.dur |
Duration (number of days) since |
doy.decr |
Day of year when decreasing to |
decr.dur |
Duration (number of days) since |
maxdoy |
Length of the year (366 for leap years). |
A numeric vector of length maxdoy.
plot(plant_b90(minval_before_incr = 0,minval_after_decr = 0.2,
maxval=1,
doy.incr = 121,incr.dur = 28,
doy.decr = 280, decr.dur = 50,
maxdoy = 365))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.