Description Usage Arguments Examples
Convert measure list to named vector
1 |
... |
Named character values |
1 2 3 4 5 6 7 8 9 10 11 12 | experiment <- nl_experiment(
model_file = "models/Sample Models/Earth Science/Fire.nlogo",
while_condition = "any? turtles",
repetitions = 20,
run_measures = measures(
percent_burned = "(burned-trees / initial-trees) * 100",
progress = "max [pxcor] of patches with [pcolor > 0 and pcolor < 55]"
),
param_values = list(
density = seq(from = 55, to = 62, by = 1)
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.