eaglesWV: Eagles in West Virginia (WV) dataset

Description Usage Format Source Examples

Description

A dataset containing the number of nesting pairs of eagles found in West Virginia, USA, from 1980 through 2007 Data is not available for all years and is given as NA. Important dates: 1963 417 pairs in all of continental USA 1966 endangered spp act 1967 listed 1972 DDT banned

Usage

1

Format

A data frame with 2 columns:

year

Year of data collection, beginning in 1980

eagles

Number of breeding pairs of eagles (male plus female)

Source

https://www.fws.gov/midwest/eagle/population/nos_state_tbl.html

Examples

1
2
## Plot number of eagles over time
plot(eagles ~ year, data = eaglesPA, col = 2)

brouwern/wildlifeR documentation built on May 28, 2019, 7:13 p.m.