spid.occ: Occurrences of spiders of Western France at two different...

spid.occR Documentation

Occurrences of spiders of Western France at two different scales.

Description

spid.occ is a data.frame providing the occurrences of the 708 spider species of Western France at 2 different scales.

Usage

data(spid.occ)

Format

A data frame with 708 rows (species) and 2 columns.

occurMA

a numeric vector. Occurrence of spider species at the regional scale (Western France).

occurWP

a numeric vector. Occurrence of spider species at the western Palearctic scale.

Details

The regional occurrence is obtained from our spider database of Western France. It was defined as the number of grid cells (16 x 16 cells grid, approximately 683 km^2 per cell) in which the species were found. The western Palearctic occurrence of species was defined as the number of "biogeopolitical" units in which species were found (Canard, 2005; taxonomy and occurrence of species updated in 2011). This estimation comes from the catalogue Islands/groups of islands were separated from continental countries for this estimation. See Leroy et al. (2013 - refs below) for a detailed description of this dataset. Note that the regional occurrence of species may have very slightly changed since the publication of the article because of small additions or modifications to our regional database.

Source

Leroy B., Canard A. & Ysnel F. 2013. Integrating multiple scales in rarity assessments of invertebrate taxa. Diversity and Distributions, 19, 794-803.

References

Canard, A. (2005) Catalogue of spider species from Europe and the Mediterranean basin. Revue Arachnologique, 15, 1-408.

Petillon, J., Courtial, C., Canard, A. & Ysnel, F. (2007a) First assessment of spider rarity in Western France. Revista iberica de aracnologia, 15, 105-113.

Ysnel, F., Petillon, J., Gerard, E. & Canard, A. (2008) Assessing the conservation value of the spider fauna across the West Palearctic area. Journal of Arachnology, 36, 457-463.

Leroy B., Canard A., & Ysnel F. 2013. Integrating multiple scales in rarity assessments of invertebrate taxa. Diversity and Distributions, 19, 794-803.

Examples

data(spid.occ)
head(spid.occ)
# Congruency between regional and western Palearctic occurrences
corPlot(spid.occ, method = "pearson", xlab = "Regional occurrence", 
        ylab = "Western Palearctic occurrence") # Shows the moderate congruency between regional and
                                                # biogeographic estimations of occurrence
# Calculation of multi-scale rarity weights      
rarity.weights <- rWeights(spid.occ, extended = TRUE)
head(rarity.weights)

Farewe/Rarity documentation built on Aug. 28, 2023, 2:47 a.m.