R/paths_river.R

Defines functions paths_river

Documented in paths_river

paths_river <- function(river, ...){
  river <- OCNet::paths_OCN(river, ...)
  invisible(river)
}

Try the rivnet package in your browser

Any scripts or data that you put into this service are public.

rivnet documentation built on April 4, 2025, 1:25 a.m.