growth: Vegetation growth

View source: R/growth.r

growthR Documentation

Vegetation growth

Description

Growht of basal area of forest stands and biomass of shrublands

Usage

growth(land, clim, who = "")

Arguments

land

A landscape data frame with forest stand records and land-cover types in rows

clim

A data frame with minimum temperature (in ºC), maximum temperature (in ºC), and precipitation (in mm) per location

who

String to display to what type of communitites is growing

Value

A vector with the new basal area or biomass for forest stands or shrublands, respectively

Examples

data(landscape)
data(clim)
land = dplyr::left_join(landscape, sdm.sqi(landscape, clim), by="cell.id")
res = growth(land, clim)


nuaquilue/medLDM documentation built on April 15, 2022, 10:14 a.m.