Biomass Succession Extension
BiomassSuccession.RdBiomass Succession Extension
Biomass 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
Super class
landisutils::LandisExtension -> DynamicFuels
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".
SpinupMortalityFractionReal.
MinRelativeBiomassdata.frame.SufficientLightdata.frame.SpeciesDataFileCharacter. Relative file path.
EcoregionParametersdata.frame.SpeciesEcoregionDataFileCharacter. Relative file path.
FireReductionParametersdata.frame.HarvestReductionParametersdata.frame.
Methods
Inherited methods
Method 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.