get_pathlength | R Documentation |
Generates the main path length to a basin's terminal path.
get_pathlength(x)
x |
data.frame with ID, toID, length columns. |
data.frame containing pathlength for each ID
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.