Learn R Programming

sExtinct (version 1.1)

example.data: Example data

Description

A fictional data set of historic sighting events.

Usage

data(example.data)

Arguments

Format

A data frame with 8 observations on the following 2 variables.
years
a numeric vector of the years sights have or have not occured at. Sorted from earliest at the top to latest at the bottom. Restricted to one row per year.
sightings
a numeric vector of the number of sighting events (if any) that have occured in that year.

Examples

Run this code
data(example.data)
example.data

Run the code above in your browser using DataLab