This is a helper function that creates a lakeMorpho class object
lakeMorphoClass(
inLake,
inElev = NULL,
inCatch = NULL,
inLakeDist = NULL,
lakeOnEdge = F
)
Returns an object of class 'lakeMorpho'
input lake SpatialPolygons object. Required.
input elevation model raster object
input catchement SpatialPolygons object, can be buffer around lake
input euclidean distance raster that measures distance from shore to any pixel in the lake
Boolean indicating if inCatch (or lake Buffer) extends beyond extent of elevation data
lakeSurroundTopo