calculateShreveStreamOrder: A function to calculate the Shreve stream order of a stream...

Description Usage Arguments Value

View source: R/calculateShreveStreamOrder.R

Description

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.

Usage

1
calculateShreveStreamOrder(binary.id.table)

Arguments

binary.id.table

A data.frame representing a binaryID table extracted from the binaryID.db in the path of a SpatialStreamNetwork.

Value

A data.frame with two columns: the first is the RID of each stream segment; the second is the Shreve order of each segment.


apear9/SSNdesign documentation built on Feb. 19, 2020, 4:29 a.m.