obtainRichness {intSDM} | R Documentation |
obtainRichness
: Function to obtain richness estimates from a fitISDM
object.
Description
This function is used to obtain richness estimates for a multi-species ISDM.
Usage
obtainRichness(
modelObject,
predictionData,
predictionIntercept,
sampleSize = 1,
inclProb = TRUE
)
Arguments
modelObject |
A |
predictionData |
An |
predictionIntercept |
The name of the prediction dataset to use in the model. |
sampleSize |
The size of the sampling area for the prediction intercept dataset. Defaults to |
inclProb |
Include the individual probabilities for each species. Defaults to |
Value
An sf
data.frame object of richness at each sampling location.
[Package intSDM version 2.1.1 Index]