View source: R/lakeMorphoClass.R
lakeMorphoClass | R Documentation |
This is a helper function that creates a lakeMorpho class object
lakeMorphoClass(
inLake,
inElev = NULL,
inCatch = NULL,
inLakeDist = NULL,
lakeOnEdge = F
)
inLake |
input lake SpatialPolygons object. Required. |
inElev |
input elevation model raster object |
inCatch |
input catchement SpatialPolygons object, can be buffer around lake |
inLakeDist |
input euclidean distance raster that measures distance from shore to any pixel in the lake |
lakeOnEdge |
Boolean indicating if inCatch (or lake Buffer) extends beyond extent of elevation data |
Returns an object of class 'lakeMorpho'
lakeSurroundTopo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.