View source: R/rasterWaterConnectivity.R
rasterWaterConnectivity | R Documentation |
Find connectivity of ponds in raster
rasterWaterConnectivity(elevations, quiet = TRUE)
elevations |
List of pond data as returned by |
quiet |
Optional. If |
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
.
## Not run: conn <- rasterWaterConnectivity(el, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.