R/setGenerics.R

setGeneric("initModelClass", function(model) {
  standardGeneric("initModelClass")
})

setGeneric("residPart", function(model, group,
                                 multimodel, thetalist, clpindepX, finished, returnX, rawtheta) {
  standardGeneric("residPart")
})

setGeneric("getClpindepX", function(model, multimodel, theta,
                                    returnX, rawtheta, dind) {
  standardGeneric("getClpindepX")
})

setGeneric("plotter", function(model, multimodel, multitheta,
                               plotoptions) {
  standardGeneric("plotter")
})

Try the TIMP package in your browser

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

TIMP documentation built on Dec. 28, 2022, 3:06 a.m.