Skip to contents

Biomass Reclassification Output Extension

See also

Other Biomass Reclass Output helpers: insertReclassMaps()

Super class

LandisExtension -> OutputBiomassReclass

Active bindings

ReclassMaps

Nested named list. See $initialize() for the expected structure.

MapFileNames

Character. Output filename pattern; must contain {reclass-map-name} and {timestep}.

Methods

Inherited methods


OutputBiomassReclass$new()

Usage

OutputBiomassReclass$new(
  path = NULL,
  Timestep = 10L,
  ReclassMaps = NULL,
  MapFileNames = NULL
)

Arguments

path

Character. Directory path.

Timestep

Integer.

ReclassMaps

Nested named list. Top-level names are reclassification map names (no spaces). Each element is itself a named list whose names are forest types and whose values are character vectors of species codes. Species prefixed with - are subtracted from the forest type's dominance value. See user guide §2.3.

MapFileNames

Character. Output-map filename pattern; must contain the literals {reclass-map-name} and {timestep}.


OutputBiomassReclass$write()

Write extension inputs to disk

Usage

OutputBiomassReclass$write()


OutputBiomassReclass$clone()

The objects of this class are cloneable with this method.

Usage

OutputBiomassReclass$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.