set_times | R Documentation |
Minimum and maximum output times define the simulated period for a scenario.
Simulation results will be returned for each output time, see simulate()
.
set_times(x, times)
x |
vector of scenarios |
times |
|
Be aware that output times may be modified by set_exposure()
. Precision of
simulation results may be influenced by chosen output times, see simulate()
for more information.
Vector of modified ExposureScenario
objects
simulate()
# Set simulated period to [2,4] with output intervals of length 1
minnow_it %>% set_times(c(2,3,4))
# Decrease output interval length to 0.1
minnow_it %>% set_times(seq(2, 4, 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.