rasterWaterConnectivity: Find connectivity of ponds in raster

View source: R/rasterWaterConnectivity.R

rasterWaterConnectivityR Documentation

Find connectivity of ponds in raster

Description

Find connectivity of ponds in raster

Usage

rasterWaterConnectivity(elevations, quiet = TRUE)

Arguments

elevations

List of pond data as returned by waterPatchElevation, using all for return.

quiet

Optional. If TRUE, the default, there is no extra output. If FALSE, the patches are listed as they are located.

Value

Returns a data frame of patch parameters (ID, area, perimeter, and destination). The destination of the first pond is always 0 (zero), as used by the model PCM and the function graphPCMPonds.

Examples

## Not run: conn <- rasterWaterConnectivity(el, FALSE)


KevinShook/WDPMr documentation built on April 23, 2022, 12:32 a.m.