Description Usage Arguments Value Examples
Creates an environment from a parameter table
1 | environment_from_param_table(param_table)
|
param_table |
Data frame with one row and a column per environment variable |
list of environment parameters
1 2 3 4 5 6 | init_env <- tibble::tibble(
weather = 'rain',
temperature = 15,
)
new_agents <- agents_from_param_table(init_env)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.