sciobius2x2 {SyNet}R Documentation

Sciobius Grid Occupancy Data

Description

Presence/absence data of 47 South African Sciobius species along a square grid of 2 x 2 degrees.

Usage

data(sciobius2x2)

Format

A data frame with 47 observations on 25 grid cells.

Details

Original matrix is derived from Morrone (1994). An ulterior correction is introduced by Mast and Nyffeler (2003). We refer to this last version. Moreover, we adopt the same codification of species names.

Source

Morrone, J. J. 1994. On the identification of areas of endemism. Syst. Biol. 43:438-441.

Mast, A. R., and R. Nyffeler. 2003. Using a null model to recognize significant co- occurrence prior to identifying candidate areas of endemism. Syst. Biol. 52:271-280.

Examples

# Apply NAM analysis on Sciobius data set.
data(sciobius2x2)
fornam <- gridinfer(dntable = sciobius2x2)
namsc <- nam(fornam)
# Obtain the species belonging to each unit of co-occurrence
split(namsc$Categories[,1], namsc$Categories[,2])


[Package SyNet version 1.0 Index]