Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Create an image file name including parameter names and values
1 | make_image_file_name(prefix, pars, indices)
|
prefix |
prefix for file name |
pars |
vector of parameter names |
indices |
vector of parameter values, of same length as pars |
file name
1 | make_image_file_name("plot", c("migration_edge_only", "mu_driver_birth", "seed"), rep(0,3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.