View source: R/waterPatchVolume.R
waterPatchVolume | R Documentation |
Finds volumes of water patches
waterPatchVolume(patches, waterFile, quiet = TRUE)
patches |
Required. SDMTools object containing numbered water patches, as returned by |
waterFile |
Required. An ArcGIS .asc file containing water depths, as produced by |
quiet |
Optional. If |
Returns a data frame consisting of the ID
, area
(m^2), and the volume
(m^3) for each patch.
## Not run: vols <- waterPatchVolume(patches, '5m_300_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.