sdm.sqi | R Documentation |
Computes the species distribution model (SDM) and the site quality index (SQI) of forest stands
sdm.sqi(land, clim)
land |
A |
clim |
A data frame with default minimum temperature (in ºC), maximum temperature (in ºC), and precipitation (in mm) per location |
A data frame with the binary SDM (0 or 1) and the categorical SQI (1-low, 2-high, 3-optimal) for
each location in the study area identifed by cell.id
data(landscape) data(clim) x = sdm.sqi(landscape, clim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.