Skip to contents

A data set containing presences and absences of three virtual species

Usage

spp

Format

A tibble with 1150 rows and 3 variables:

species

virtual species names

x

longitude of species occurrences

y

latitude of species occurrences

pr_ab

presences and absences denoted by 1 and 0 respectively

...

Examples

if (FALSE) {
require(dplyr)
data("spp")
spp
}