PCMwidth: Calculates width function for graphs of PCM ponds

View source: R/PCMwidth.R

PCMwidthR Documentation

Calculates width function for graphs of PCM ponds

Description

Calculates width function for graphs of PCM ponds

Usage

PCMwidth(graph)

Arguments

graph

Required. Graph (from igraph) of PCM ponds. Can be created using graphPCMPonds.

Value

Returns a hist object of pond counts vs. distance from outlet.

Examples

## Not run: 
h <- PCMwidth(PCMgraph)
plot(h)
## End(Not run)

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