R/family-replacevalues.R

## This file was created automatically, do not edit by hand.
#' Replace variable values
#'
#' This module replaces old variable values with new values, depending on the operator. 
#'
#' @details
#'     setvals   Set list of old values to new values
#'               Supply a list of n pairs of old and new values.
#'     setrtoc   Set range to constant
#'                        / c      if i(t,x) GE rmin AND i(t,x) LE rmax
#'               o(t,x) = 
#'                        \\ i(t,x) if i(t,x) LT rmin AND i(t,x) GT rmax
#'     setrtoc2  Set range to constant others to constant2
#'                        / c      if i(t,x) GE rmin AND i(t,x) LE rmax
#'               o(t,x) = 
#'                        \\ c2     if i(t,x) LT rmin AND i(t,x) GT rmax
#' 
#'
#' 
#'
#' @returns
#' Operators that output one or more files return a character vector to the
#' output files.
#'
#' Operators that output an indefinite number of files return a string with the
#' basename of the files.
#'
#' Operatos that don't return filenames return a character vector with the
#' string output.
#' @name replacevalues
NULL

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.