R/h.R

Defines functions h

##' @export
h <- function(x, y) f(x,y) * g(x,y)
dongyuanwu/GatorPKG documentation built on Nov. 4, 2019, 10:59 a.m.