Description Format References Examples
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).
A data frame that specifies geographic locations and environmental conditions of 98 occurrence sites.
speciesThe species name is here set to 'bg', which stands for background
longitudelongitudinal coordinate
latitudelatitudinal coordinate
calciteMean calcite concentration (mol/m3)
parmeanMean photosynthetically active radiation (Einstein/m2/day)
salinityMean salinity (PSS)
sstmaxMaximum sea surface temperature (degree celsius)
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.
1 2 3 4 5 | occurrencelocations <- system.file("extdata",
"Occurrencedata.csv",
package="MaxentVariableSelection")
occurrencelocations <- read.csv(occurrencelocations,header=TRUE)
head(occurrencelocations)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.