R/lakes.R

#' Lake Data for \code{lakemorpho} examples
#' 
#' This example data is a SpatialPolygonsDataframe 
#' of lakes named exampleLakes.  These lakes are originally from the 
#' \href{https://nhdplus.com/NHDPlus/}{NHDPlus V2}
#' dataset.  
#' 
#' @docType data
#' @keywords datasets
#' @format SpatialPolygonDataframe with 115 lakes, each with 13 variables
#'         
#' @name exampleLake

NULL

#' Elevation Data for \code{lakemorpho} examples
#' 
#' This example data is a RasterLayer of a small subset of the National 
#' Elevation Dataset named exampleElev.
#' 
#' @docType data
#' @keywords datasets
#' @format RasterLayer of 1094 x 1419 and 30 meter resolution
#' @name exampleElev

NULL 

#' lakemorpho class data for \code{lakemorpho} examples
#' 
#' This example lakemorpho class was generated using lakeSurroundTopo with the 
#' included exampleElev and exampleLake data.
#' 
#' @docType data
#' @keywords datasets
#' @format lakemorpho class
#' @name inputLM

NULL 
jhollist/lakemorpho documentation built on Aug. 12, 2024, 4:03 a.m.