distrib_data objectsCalculates the species richness and site occupancy of a distrib_data object
Nspecies(distrib_data)
Nsites(distrib_data)
richness(distrib_data, sites = NULL)
occupancy(distrib_data, species = NULL)
sites(distrib_data)
species(distrib_data)
coords(distrib_data)Nspecies gives the number of species in the dataset, and Nsites the number of sites.
richness gives a numeric vector with the species richness of all sites.
occupancy gives the number of sites occupied by all species.
sites gives a list of site names in the object.
species gives a list of species names in the object.
nodes gives a node labels or node numbers
coords returns the spatial coordinates of points or grid cell centers
An object of type distrib_data, nodiv_data or nodiv_result
The site for which to return the richness
The species for which to return the occupancy
Michael Krabbe Borregaard