File: birdextinct.Rd

package info (click to toggle)
r-cran-learnbayes 2.15.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,864 kB
  • sloc: sh: 15; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{birdextinct}
\alias{birdextinct}
\docType{data}
\title{Bird measurements from British islands}
\description{
Measurements on breedings pairs of landbird species were collected from 16
islands about Britain over several decades.
}
\usage{
birdextinct
}
\format{
A data frame with 62 observations on the following 5 variables.
  \describe{
  \item{species}{name of bird species}
  \item{time}{average time of extinction on the islands}
  \item{nesting}{average number of nesting pairs}
  \item{size}{size of the species, 1 or 0 if large or small}
  \item{status}{staus of the species, 1 or 0 if resident or migrant}
  }
}
\source{
Pimm, S., Jones, H., and Diamond, J. (1988),
On the risk of extinction,
American Naturalists, 132, 757-785.
}

\keyword{datasets}