| stream_order | R Documentation | 
Calculate stream order with GRASS
stream_order(lines, outlet, ...)
lines | 
 lines  | 
outlet | 
 outlet  | 
... | 
 options passed to rgrass7sf::initGRASS  | 
## Not run: 
library(sf)
library(mapview)
data(nhd_sub_lines)
outlet <- st_sf(data.frame(1), geometry = st_cast(st_line_sample(
               dplyr::filter(nhd_sub_lines, comid == "7718290"),
           sample = 1), "POINT"))
res <- stream_order(lines = nhd_sub_lines, outlet = outlet)
# mapview(res, zcol = "strahler")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.