R/river_to_SSN.R

Defines functions river_to_SSN

Documented in river_to_SSN

river_to_SSN <- function(river, ...){
  s <- OCNet::OCN_to_SSN(river, ...)
  invisible(s)
}

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.