Learn R Programming

intSDM (version 2.1.1)

generateAbsences: Function to generate absences for data that comes from checklist data.

Description

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.

Usage

generateAbsences(
  dataList,
  datasetName,
  speciesName,
  responseName,
  Projection,
  Richness
)

Arguments

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.