R/birdswnv.R

#' birdspwnv
#'
#' A dataset containing the incidence of West Nile Virus on birds
#' The raw-data is from Tolsá, María J., et al. "Macroecology of birds potentially susceptible to West Nile virus."
#' #' Then data was summarized counting entries for West Nile Virus taked as raw incidence for each bird
#'
#'@docType data
#'
#'@keywords datasets
#'
#'@format A data frame with 1209 rows and 2 variables:
#' \describe{
#'   \item{species}{Bird species}
#'   \item{incidence}{Number of records from Tolsa et al. 2018 database for each species of bird}
#' }
#'@source \url{http://dx.doi.org/10.1098/rspb.2018.2178}
#'@example
#' data(birdswnv)
"birdswnv"
alrobles/PNASSubmit-Wildlife-susceptibility-to-infectious-diseases-at-global-scales documentation built on Aug. 2, 2022, 5:15 p.m.