View source: R/streambugs_examples.r
| streambugs.example.model.extended | R Documentation |
Set-up state variables, parameters, input, and output times of the streambugs
extended model. All these are defined and read from .dat files The model is
ready to run with run.streambugs.
streambugs.example.model.extended()
List with:
$namename of the example
$y.nameslist with names of state variables as returned by the decode.statevarnames function
$times, $par, $inp:corresponding input
parameters of the run.streambugs function
See "docs/Streambugs_syntax.pdf" file in the package installation folder:
system.file("docs", "Streambugs_syntax.pdf", package="streambugs").
model <- streambugs.example.model.extended()
# display values of microhabitat tolerance values for Lumbriculidae taxa
model$par[grepl("^Lumbriculidae_microhabtolval", names(model$par))]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.