Skip to contents

Biomass Community Output Extension

Super class

LandisExtension -> OutputBiomassCommunity

Methods

Inherited methods


OutputBiomassCommunity$new()

Usage

OutputBiomassCommunity$new(path, Timestep = 10L)

Arguments

path

Character. Directory path.

Timestep

Integer. Years between community snapshots.


OutputBiomassCommunity$write()

Write extension inputs to disk

Usage

OutputBiomassCommunity$write()


OutputBiomassCommunity$clone()

The objects of this class are cloneable with this method.

Usage

OutputBiomassCommunity$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

bio_community <- OutputBiomassCommunity$new(path = tempdir(), Timestep = 10)
bio_community$write()