R/fitQmap.R

fitQmap <- function(obs,mod,
                    method=c("PTF","DIST","RQUANT","QUANT","SSPLIN"),...){
  method <- match.arg(method)
  ffun <- match.fun(paste("fitQmap",method,sep=""))
  ffun(obs,mod,...)
}

Try the qmap package in your browser

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

qmap documentation built on May 1, 2019, 7:31 p.m.