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 

Try the lakemorpho package in your browser

Any scripts or data that you put into this service are public.

lakemorpho documentation built on Sept. 22, 2023, 5:07 p.m.