create_simulation | R Documentation |
Creates a metaRangeSimulation object.
A convenience wrapper for metaRangeSimulation$new()
.
create_simulation(source_environment, ID = NULL, seed = NULL)
source_environment |
|
ID |
|
seed |
|
A metaRangeSimulation object
sim_env <- terra::sds(terra::rast(vals = 1, nrow = 2, ncol = 2))
names(sim_env) <- "env_01"
test_sim <- create_simulation(sim_env)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.