View source: R/findLargestPondCentroid.R
findLargestPondCentroid | R Documentation |
Finds centroid of largest water area
findLargestPondCentroid(water_file, threshold = 0.001)
water_file |
Required. WDPM output. |
threshold |
Optional. Threshold for delineating water. Default is 0.001 m. |
## Not run: centroid <- findLargestPondCentroid("100_0_0_0_d.asc") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.