Description Usage Arguments Value
View source: R/calculateShreveStreamOrder.R
For a given binaryID table, this function quickly computes the Shreve stream order of every stream segment by counting the number of upstream inlet edges there are.
1 | calculateShreveStreamOrder(binary.id.table)
|
binary.id.table |
A data.frame representing a binaryID table extracted from the binaryID.db in the path of a SpatialStreamNetwork. |
A data.frame with two columns: the first is the RID of each stream segment; the second is the Shreve order of each segment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.