R/cdo-eofcoeff.R

Defines functions cdo_eofcoeff

Documented in cdo_eofcoeff

## This file was created automatically, do not edit by hand.
#' @param ifile1,ifile2 Strings with the path to the input files.
#' @param obase String with the basename of the output files.

#'
#' @export
#' @rdname eofcoeff
cdo_eofcoeff <- function(ifile1, ifile2, obase = NULL) {
  cdo(operator = operators$eofcoeff,
      input = list(ifile1, ifile2),
      params = NULL,
      output = c(obase)
  )
}

Try the rcdo package in your browser

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

rcdo documentation built on June 8, 2025, 12:36 p.m.