afforestation: Afforestation

View source: R/afforestation.r

afforestationR Documentation

Afforestation

Description

Determines the shrub locations colonized by tree species

Usage

afforestation(land, clim, params)

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

params

A list of model parameters, default ones are generated by the function default.params()

Value

A vector with the new tree species in colonized shurb locations

Examples

data(landscape)
data(clim)
params = default.params()
land = dplyr::left_join(landscape, sdm.sqi(landscape, clim), by="cell.id")
afforestation(land, clim, params)


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