generateAbsences {intSDM} | R Documentation |
Function used to generate absences for data coming from lists. This function takes all the sampling locations from all the species obtained from a given dataset, and generates an absence if a species does not occur at a given location.
generateAbsences(
dataList,
datasetName,
speciesName,
responseName,
Projection,
Richness
)
dataList |
A List of data objects for the dataset. |
datasetName |
The name of the dataset. |
speciesName |
The name of the species variable name. |
responseName |
The name of the response variable name. |
Projection |
Coordinate reference system used. |
Richness |
Generate absences for the richness model. |