R/eaglesWV.R

#' Eagles in West Virginia (WV) dataset#' 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
#' @format A data frame with 2 columns:
#' \describe{
#'   \item{year}{Year of data collection, beginning in 1980}
#'   \item{WV}{Number of breeding pairs of eagles }
#' }
#'
#' @source \url{https://www.fws.gov/midwest/eagle/population/nos_state_tbl.html}
#'
#' @examples
#'
#' ## Plot number of eagles over time
#' plot(WV ~ year, data = eaglesWV, col = 2)
#'

"eaglesWV"
brouwern/compbio4all documentation built on Dec. 19, 2021, 11:47 a.m.