R/slf.R

#' Condensed spatial dataset of SLF presence
#'
#' A dataset produced by the package `lycordata` containing presence/absence
#' info of SLF in the United States
#'
#' @format A dataframe with 252826 observations and 7 variables
#' \describe{
#'   \item{year}{Calendar year of collection}
#'   \item{bio_year}{Biological year, following SLF development. A year starts on May 1st}
#'   \item{latitude}{Degrees latitude on a coordinate system}
#'   \item{longitude}{Degrees longitude on a coordinate system}
#'   \item{state}{US state, abbreviated with the official 2-letter code}
#'   \item{slf_present}{logical, indicates whether the survey found slf (at any developmental stage, including egg masses)}
#'   \item{source}{Data source; PDA for PA Dept of Agriculture, State for DE, MD, or VA Dept of Agriculture, USDA for United States Dept of Agriculture database}
#' }
#'
#' @source `lycordata`

# data should NEVER be exported
"tinyslf"
victoria-ramirez/expanded_slf documentation built on July 1, 2020, 12:15 a.m.