growth | R Documentation |
Growht of basal area of forest stands and biomass of shrublands
growth(land, clim, who = "")
land |
A |
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 |
A vector with the new basal area or biomass for forest stands or shrublands, respectively
data(landscape) data(clim) land = dplyr::left_join(landscape, sdm.sqi(landscape, clim), by="cell.id") res = growth(land, clim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.