loadOccurrencePoints: Loads the occurrence data from the specified folder.

Description Usage Arguments Value

View source: R/loadOccurrencePoints.R

Description

Occurrence coordinates should be in a CSV format with the file extension '.csv'. Files should contain two columns, longitude and latitude. Coordinates will be paired with environmental data for each environmental predictor provided.

Usage

1
loadOccurrencePoints(occurrence_folder, predictors, categoricals)

Arguments

occurrence_folder

A path to a directory that contains the occurrence files.

predictors

A RasterStack of RasterLayer objects representing the environmental predictors.

categoricals

A vector of indicies specifying the environmental predictors that contain catagorical or discrete data.

Value

List of dataframes of occurrence coordinates and extracted environmental predictor data.


jscavetta95/maxentools documentation built on Dec. 8, 2019, 1:26 p.m.