sdm.sqi: Compute SDM and SQI for forest species

View source: R/sdm.sqi.r

sdm.sqiR Documentation

Compute SDM and SQI for forest species

Description

Computes the species distribution model (SDM) and the site quality index (SQI) of forest stands

Usage

sdm.sqi(land, clim)

Arguments

land

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

clim

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

Value

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

Examples

data(landscape)
data(clim)
x = sdm.sqi(landscape, clim)


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