Set up latin hypercube sampling for plant traits used in stochastic plants simulation
1 2 3 | stoch.plant.setup(SampleSize, ModelRuns, sp.param.file, env.param.file,
do.seed.clone.override = 0, do.thinning.override = 0, NumSVars = 7,
NumEVars = 7)
|
SampleSize |
Number of species to generate |
ModelRuns |
Number of scenarios to generate |
sp.param.file |
A file containing species parameters. See sp.param.file for details. |
env.param.file |
A file containing environmental parameters. See env.param.file for details. |
do.seed.clone.override |
0 indicates that seed and clone number should be treated as dependent traits 1 allows these traits to be specified as independent traits. |
do.thinning.override |
0 indicates that some demographi transitions should be dependent traits based on the thinning law. 1 indicates that these parameters may be independently speciefied. |
NumSVars |
Number of species variables in sp.param.file input. Default is 7. |
NumEVars |
Number of environmental variables in env.param.file. Default is 7. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.