Description Usage Arguments Value Examples
Subsets the columns of an experiment
object that correspond to the
values of the parameters.
1 2 3 4 5 6 7 | parameters(exp)
## Default S3 method:
parameters(exp)
## S3 method for class 'experiment'
parameters(exp)
|
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)
parameters(exp2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.