| ecospat.testNiche.inv {ecospat} | R Documentation |
Test Data For The Niche Dynamics Analysis In The Invaded Range Of A Hypothetical Species
Description
Data frame that contains geographical coordinates, environmental variables, occurrence sites for the studied species and the prediction of its distribution in the invaded range. These predictions are provided by SDM calibrated on the native range.
Usage
data(ecospat.testNiche.inv)
Format
ecospat.testNiche.inv is a data frame with the following columns:
xLongitude, in WGS84 coordinate system of the species occurrence.
yLatitude, in WGS84 coordinate system of the species occurrence.
aetpetRatio of actual to potential evapotranspiration.
gddGrowing degree-days above 5 degrees C.
pAnnual amount of precipitations.
petPotential evapotranspiration.
stdpAnnual variation of precipitations.
tmaxMaximum temperature of the warmest month.
tminMinimum temperature of the coldest month.
tmpAnnual mean temperature.
species_occPresence records of the species occurrence.
predictionsSpecies Distribution Model predictions of the studied species.
Details
The study area is Australia, which is the invaded range of the hypothetical species.
Eight topo-climatic explanatory variables to quantify niche differences: ratio of the actual potential evapotranspiration; growing degree days; precipitation; potential evapotranspiration; annual variation of precipitations; maximum temperature of the warmest month; minimum temperature of the coldest month; and annual mean temperature.
Author(s)
Blaise Petitpierre bpetitpierre@gmail.com and Valeria Di Cola valeria.dicola@unil.ch
References
Petitpierre, B., C. Kueffer, O. Broennimann, C. Randin, C. Daehler and A. Guisan. 2012. Climatic niche shifts are rare among terrestrial plant invaders. Science, 335, 1344-1348.
See Also
Examples
data(ecospat.testNiche.inv)
str(ecospat.testNiche.inv)
dim(ecospat.testNiche.inv)
names(ecospat.testNiche.inv)