View source: R/afforestation.r
afforestation | R Documentation |
Determines the shrub locations colonized by tree species
afforestation(land, clim, params)
land |
A |
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 |
A vector with the new tree species in colonized shurb locations
data(landscape) data(clim) params = default.params() land = dplyr::left_join(landscape, sdm.sqi(landscape, clim), by="cell.id") afforestation(land, clim, params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.