R/area.R

#' @title Area data table
#' 
#' 
#' @name area
#' 
#' @format area data.frame with all available lake areas
#' 
#' \tabular{lll}{
#' Name \tab Type \tab Description\cr
#' site_id \tab character \tab Unique identifier of site\cr
#' area \tab numeric \tab lake area in m^2\cr
#' }
#' 
#' @docType data
#' 
#' @examples
#' head(area)
#' 
#' @export area
NULL
USGS-R/lakeattributes documentation built on May 9, 2019, 8:13 p.m.