findLargestPondCentroid: Finds centroid of largest water area

View source: R/findLargestPondCentroid.R

findLargestPondCentroidR Documentation

Finds centroid of largest water area

Description

Finds centroid of largest water area

Usage

findLargestPondCentroid(water_file, threshold = 0.001)

Arguments

water_file

Required. WDPM output.

threshold

Optional. Threshold for delineating water. Default is 0.001 m.

Examples

## Not run: 
centroid <- findLargestPondCentroid("100_0_0_0_d.asc")

## End(Not run)

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