emptyforest {medfate}R Documentation

Creation of an empty forest

Description

Creates an empty forest object.

Usage

emptyforest(ntree = 0, nshrub = 0, nseed = 0)

Arguments

ntree, nshrub

Number of tree and shrub cohorts, respectively.

nseed

Number of species in the seed bank.

Value

An empty forest object.

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

forest, tree2forest, summary.forest, forest_mapWoodyTables, forest_mergeTrees, plot.forest

Examples

# Initializes forest with 2 tree cohorts and 1 shrub cohort
emptyforest(ntree = 2, nshrub = 1)


[Package medfate version 4.4.0 Index]