Learn R Programming

MaxentVariableSelection (version 1.0-1)

Occurrencedata: CSV file with occurrence data

Description

Longitude and latitude values, as well as values of four environmental variables (from the Bio-ORACLE dataset; Tyberghein et al., 2012) for each of 98 occurrence sites (locations where a species was recorded).

Arguments

References

Tyberghein L, Verbruggen H, Pauly K, Troupin C, Mineur F and {De Clerck}, O (2012) Bio-ORACLE: a global environmental dataset for marine species distribution modelling Global Ecology and Biogeography 21:2 272--281.

Examples

Run this code
occurrencelocations <- system.file("extdata",
                                   "Occurrencedata.csv",
                                   package="MaxentVariableSelection")
occurrencelocations <- read.csv(occurrencelocations,header=TRUE)
head(occurrencelocations)

Run the code above in your browser using DataLab