emptyforest | R Documentation |
Creates an empty forest
object.
emptyforest(ntree = 0, nshrub = 0, nseed = 0)
ntree , nshrub |
Number of tree and shrub cohorts, respectively. |
nseed |
Number of species in the seed bank. |
An empty forest
object.
Miquel De Cáceres Ainsa, CREAF
forest
, tree2forest
, summary.forest
, forest_mapWoodyTables
, forest_mergeTrees
,
plot.forest
# Initializes forest with 2 tree cohorts and 1 shrub cohort
emptyforest(ntree = 2, nshrub = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.