Description Usage Arguments Details Value References Examples
topidx
is used to calculate the topographic wetness index described in Bevan and Kirkby (1979)
basin
1 |
dem |
a raster object of elevations. |
minslope |
an optional positive value specifying the minimum slope allowed (see details). |
If slope is zero, infinite topographic wetness index values are returned. Thus,
flat areas are assigned a value specifed by minslope
. The default value, given by
atan(0.005 / mean(res(dem))), assumes that height differences between adjacent cells exceed
0.005. Accumulated flow is multiplied by the cell dimensions, thusdem
should have an
equal area projection.
a raster object of topographic wetness.
Bevan KJ & Kirkby MJ (1979) A physically based, variable contributing area model of basin hydrology. Hydrological Sciences Journal 24: 43-69.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.