set_window | R Documentation |
Exposure windows are defined as a period of time at the scale of the exposure series.
As an example: if an exposure series has an hourly time step, a window length
of 24
will consider the exposure within 24 hours intervals for effect
calculation. The same applies for the window interval, i.e. the period between
considered exposure windows. Set length=-1
to disable moving windows.
set_window(x, length, interval)
x |
vector of |
length |
|
interval |
|
modified EffectScenario
objects
# calculate the maximum effect for all windows of 10 days length
metsulfuron %>%
set_window(length=10, interval=1) %>%
effect()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.