R/cdo-eca_cfd.R

Defines functions cdo_eca_cfd

Documented in cdo_eca_cfd

## This file was created automatically, do not edit by hand.
#' @param ifile String with the path to the input file.
#' @param ofile String with the path to the output file.
#' @param N INTEGER - Minimum number of days exceeded (default: N = 5)
#'
#' @export
#' @rdname ecacfd
cdo_eca_cfd <- function(ifile, N = NULL, ofile = NULL) {
  cdo(operator = operators$eca_cfd,
      input = list(ifile),
      params = list(N = N),
      output = c(ofile)
  )
}

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.