update_condense_map | R Documentation |
The condensed simulation is a (possibly renamed) subset
of the variables in the simulation history. This function
allows one to define this subset and how it is renamed,
by creating a map with the following structure:
c(orig_var_i = "cond_var_1", ..., orig_var_j = "cond_var_n")
.
update_condense_map(model, map = NULL)
model |
|
map |
named vector with names that are a subset of
the variables in the simulation model. if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.