generateScenario | R Documentation |
generateScenario
is the base function used by generateScenarios
.
The function produces time series of hydroclimatic variables using requested climate attributes that correspond to a single target in the exposure space.
The function argument definitions are detailed in the documentation of generateScenarios
; please refer to that documentation using ?generateScenarios
.
generateScenario(
reference,
expTarg,
simLengthNyrs = NULL,
seedID = NULL,
controlFile = NULL
)
reference |
data.frame or list; contains reference daily climate data. |
expTarg |
a named vector; the attributes at the target location in the exposure space
|
simLengthNyrs |
a number; a scalar that specifies the length in years of each generated scenario. This argument is used only with stochastic generation.
If |
seedID |
a number; a scalar that specifies the seed to be used for the first replicate. Subsequent replicates will use seeds incremented by one.
If |
controlFile |
a string; to specify the model/optimisation options used for simulating time series data. The valid values are:
|
generateScenarios
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.