Get path length
Generates the main path length to a basin's terminal path.
get_pathlength(x)
x |
data.frame with ID, toID, length columns. |
source(system.file("extdata", "walker_data.R", package = "nhdplusTools")) fl <- dplyr::select(prepare_nhdplus(walker_flowline, 0, 0), ID = COMID, toID = toCOMID, length = LENGTHKM) get_pathlength(fl)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.