This is a function that creates the biomassMap raster used for simulations in Biomass_core module, using estimated data based on rawBiomassMap contained in pixelCohortData.

makeBiomassMap(pixelCohortData, rasterToMatch)

Arguments

pixelCohortData

The full cohortData data.table

rasterToMatch

A RasterLayer objects to use as the template for all subsequent raster operations (i.e., the one used throughout the simulation).

Value

The biomassMap, a raster of total stand biomass per pixel.