Learn R Programming

biogeo (version 1.0)

dat: Species collection records dataset

Description

A collection records for a number of insect species (Species A to Species U) containing common errors. The errors were inserted into the dataset to illustrate the use of the functions in the package.

Usage

data(dat)

Arguments

Format

A data frame with 1694 observations on the following 11 variables.
ID
a numeric vector - unique identifiers
Species
a character vector - species names (Species A to Species U)
Country
a character vector - country of collection
x
a numeric vector - x-coordinate in decimal degrees
y
a numeric vector - y-coordinate in decimal degrees
LocalityName
a character vector - name of locality of collection
x_original
a logical vector - original x-coordinate
y_original
a logical vector - original y-coordinate
Correction
a character vector - a number associated with a particular correction
Modified
a character vector - date and time the record was modified
Exclude
a numeric vector - values of one indicate that the record should be excluded, zero if to be included
Reason
a character vector - indicates the reason for excluding the record

Examples

Run this code
data(dat)
head(dat)

Run the code above in your browser using DataLab