lakeMorphoClass {lakemorpho} | R Documentation |
Function to create a lakeMorpho class - this is input to all other methods
Description
This is a helper function that creates a lakeMorpho class object
Usage
lakeMorphoClass(
inLake,
inElev = NULL,
inCatch = NULL,
inLakeDist = NULL,
lakeOnEdge = F
)
Arguments
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 |
Value
Returns an object of class 'lakeMorpho'
See Also
lakeSurroundTopo
[Package lakemorpho version 1.3.2 Index]