calculateClimateEffect: CalculateClimateEffect

View source: R/biomassGM.R

calculateClimateEffectR Documentation

CalculateClimateEffect

Description

Predict biomass change with climate variables

Usage

calculateClimateEffect(
  cohortData,
  pixelGroupMap,
  cceArgs,
  gmcsGrowthLimits,
  gmcsMortLimits,
  gmcsMinAge,
  cohortDefinitionCols = c("age", "speciesCode", "pixelGroup")
)

Arguments

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


ianmseddy/LandR.CS documentation built on Sept. 11, 2022, 3:37 a.m.