R/river_to_AEM.R

Defines functions river_to_AEM

Documented in river_to_AEM

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