Description Usage Arguments Value Examples
Subsets the columns of an experiment
object that correspond to the
obs_rates rates of the monitored variables.
1 2 3 4 5 6 7 |
exp |
An object of class |
A data frame that is a subset of the inputed experiment
object.
1 2 3 4 | exp1 <- load_experiment("sir",
system.file("models", "sir.gaml", package = "rama"))
exp2 <- repl(exp1, 10)
obs_rates(exp2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.