R/aggregate_river.R

Defines functions aggregate_river

Documented in aggregate_river

aggregate_river <- function(river, ...){
  river <- OCNet::aggregate_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.