calculateClimateEffect | R Documentation |
Predict biomass change with climate variables
calculateClimateEffect( cohortData, pixelGroupMap, cceArgs, gmcsGrowthLimits, gmcsMortLimits, gmcsMinAge, cohortDefinitionCols = c("age", "speciesCode", "pixelGroup") )
cohortData |
The LandR cohortData object |
pixelGroupMap |
the pixelGroupMap needed to match cohorts with raster values |
cceArgs |
a list of datasets used by the climate function |
gmcsGrowthLimits |
lower and upper limits to the effect of climate on growth |
gmcsMortLimits |
lower and upper limits to the effect of climate on mortality |
gmcsMinAge |
minimum age for which to predict full effect of growth/mortality - younger ages are weighted toward a null effect with decreasing age |
cohortDefinitionCols |
cohortData columns that determine individual cohorts |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.