print.metaRangeVariableStorage | R Documentation |
Print method for species traits and simulation globals.
## S3 method for class 'metaRangeVariableStorage'
print(x, ...)
x |
|
... |
|
<invisible x>
sim_env <- terra::sds(terra::rast(vals = 1, nrow = 2, ncol = 2))
names(sim_env) <- "env_01"
test_sim <- metaRangeSimulation$new(source_environment = sim_env)
test_sim$add_species("species_01")
test_sim$add_traits(species = "species_01", a = 1)
print(test_sim$species_01$traits)
test_sim$add_globals(b = 2)
print(test_sim$globals)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.