powered by
Generates the main path length to a basin's terminal path.
Requires id, toid, and length_km hydroloom compatible attributes.
add_pathlength(x)# S3 method for data.frame add_pathlength(x)# S3 method for hy add_pathlength(x)
# S3 method for data.frame add_pathlength(x)
# S3 method for hy add_pathlength(x)
data.frame containing pathlength_km
data.frame network compatible with hydroloom_names.
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom")) x <- add_toids(x) x <- add_pathlength(x) plot(x["Pathlength"])
Run the code above in your browser using DataLab