
Biomass Succession Extension
BiomassSuccession.RdBiomass Succession Extension
References
LANDIS-II Biomass Succession v7 Extension User Guide https://github.com/LANDIS-II-Foundation/Extension-Biomass-Succession/blob/master/docs/LANDIS-II%20Biomass%20Succession%20v7%20User%20Guide.pdf
See also
Helpers that prepare inputs for this extension:
prepMinRelativeBiomass(),
prepEcoregionParameters(),
prepSpeciesEcoregionDataFile(),
prepFireReductionParameters(),
prepHarvestReductionParameters().
Shared scenario inputs:
prepClimateConfig(),
prepInitialCommunities(),
prepSpeciesData().
Other Biomass Succession helpers:
insertEcoregionParameters(),
insertFireReductionParameters(),
insertHarvestReductionParameters(),
insertMinRelativeBiomass(),
insertSpeciesEcoregionDataFile(),
insertSufficientLight(),
prepEcoregionParameters(),
prepFireReductionParameters(),
prepHarvestReductionParameters(),
prepMinRelativeBiomass(),
prepSpeciesEcoregionDataFile()
Super class
LandisExtension -> BiomassSuccession
Active bindings
SeedingAlgorithmCharacter. Dispersal algorithm to use. One of
"WardSeedDispersal","NoDispersal","UniversalDispersal".InitialCommunitiesFilesCharacter. Relative file paths.
ClimateConfigFileCharacter. Relative file path.
CalibrateModeLogical, or character indicating "yes" or "no".
SpinupCohortsLogical, or character indicating "yes" or "no". Optional (NULL = omit).
SpinupMortalityFractionReal. Optional (NULL = omit).
MinRelativeBiomassdata.frame.SufficientLightdata.frame.SpeciesDataFileCharacter. Relative file path.
EcoregionParametersdata.frame.SpeciesEcoregionDataFileCharacter. Relative file path.
FireReductionParametersdata.frame.HarvestReductionParametersdata.frame.
Methods
Inherited methods
BiomassSuccession$new()
Usage
BiomassSuccession$new(
path = NULL,
Timestep = 10L,
SeedingAlgorithm = NULL,
InitialCommunitiesFiles = NULL,
ClimateConfigFile = NULL,
CalibrateMode = NULL,
SpinupCohorts = NULL,
SpinupMortalityFraction = NULL,
MinRelativeBiomass = NULL,
SufficientLight = NULL,
SpeciesDataFile = NULL,
EcoregionParameters = NULL,
SpeciesEcoregionDataFile = NULL,
FireReductionParameters = NULL,
HarvestReductionParameters = NULL
)Arguments
pathCharacter. Directory path.
TimestepInteger.
SeedingAlgorithmCharacter. Dispersal algorithm to use. One of
"WardSeedDispersal","NoDispersal","UniversalDispersal".InitialCommunitiesFilesCharacter. Relative file paths.
ClimateConfigFileCharacter. Relative file path.
CalibrateModeLogical, or character indicating "yes" or "no".
SpinupCohortsLogical, or character indicating "yes" or "no".
SpinupMortalityFractionReal.
MinRelativeBiomassdata.frame.SufficientLightdata.frame.SpeciesDataFileCharacter. Relative file path.
EcoregionParametersdata.frame.SpeciesEcoregionDataFileCharacter. Relative file path.
FireReductionParametersdata.frame.HarvestReductionParametersdata.frame.