View source: R/measureWaterPatches.R
measureWaterPatches | R Documentation |
finds the statitics describing water patches in an ArcGIS .asc file.
measureWaterPatches(infile, threshold = 0.001)
infile |
Required. ArcGIS .asc file of water depths, as output by WDPM. |
threshold |
Optional. Threshold (in m) to determine the existence of water. The default value is 0.001 m, i.e. 1 mm. |
Returns a data frame containing the statistics for each numbered patch
## Not run: patches <- measureWaterPatches('10_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.