summary.metaRangeSimulation {metaRange} | R Documentation |
Summary for metaRange simulation
Description
Print a summary of the simulation to the console.
Usage
## S3 method for class 'metaRangeSimulation'
summary(object, ...)
Arguments
object |
|
... |
|
Value
<invisible NULL>
Examples
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")
summary(test_sim)
[Package metaRange version 1.1.4 Index]