R/TransfoParam.R

Defines functions TransfoParam

Documented in TransfoParam

TransfoParam <- function(ParamIn, Direction, FUN_TRANSFO) {
  FUN_TRANSFO <- match.fun(FUN_TRANSFO)
  return(FUN_TRANSFO(ParamIn, Direction))
}

Try the airGR package in your browser

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

airGR documentation built on Oct. 26, 2023, 9:07 a.m.