View source: R/largestWaterPatchVolume.R
largestWaterPatchVolume | R Documentation |
Finds volumes of largest water patches
largestWaterPatchVolume(waterFile, threshold = 0.001)
waterFile |
Required. An ArcGIS .asc file containing water depths, as produced by |
threshold |
Optional. Threshold for delineating water. Default is 0.001 m. |
Returns a vector consisting of the area
(m^2), and the volume
(m^3) for the largest patch.
## Not run: vols <- waterPatchVolume("5m_300_0_0_0_d.asc", threshold = 0.001) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.