Description Usage Arguments Value Examples
basinsort
is an internal function used by basindelin()
and basinmerge()
to number
drainage basins sequentially from lowest elevation (of lowest point) to highest.
1 | basinsort(dem, basins)
|
dem |
a raster object, two-dimensional array or matrix of elevations. |
basins |
a raster object, two-dimensional array or matrix of basins numbered as integers. |
a raster object, two-dimensional array or matrix of sequentially numbered basins
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.