R/h.R

Defines functions h

##' @export
h <- function(x, y) f(x,y) * g(x,y)
DianaYuanZhou/GatorPKG documentation built on Oct. 30, 2019, 5:21 p.m.