river_to_AEM | R Documentation |
Construct asymmetric eigenvector maps (AEM) from a river
river_to_AEM(river, ...)
river |
A |
... |
Further arguments to be passed to |
This is an alias to OCNet::OCN_to_AEM
.
A river
object.
fp <- system.file("extdata/wigger.tif", package="rivnet")
r <- extract_river(outlet=c(637478, 237413),
DEM = fp)
r <- aggregate_river(r)
out.aem <- river_to_AEM(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.