R/scalescape.data.R

#' Bee abundance and floral data
#'
#' Data from 2018 field sampling of wild bees
#'
#' @docType data
#'
#' @usage data(scalescape.data)
#'
#' @format A \code{data.frame} 18 observations of 6 variables
#' \describe{
#'   \item{**site.id**}{unique site identifier}
#'   \item{**lon**}{longitude}
#'   \item{**lat**}{latitude}
#'   \item{**sqrt.abundance**}{square root of wild bee abundance counts}
#'   \item{**floral.index**}{index of local floral abundance at sampling sites}
#'   \item{**temp**}{mean temperature at each site at time of sampling}
#'   }
#'
#' @source Erin Lowe
"scalescape.data"
benjaminiuliano/scalescape documentation built on April 4, 2022, 1:51 p.m.