GGfitter-class {GGtools} | R Documentation |
wraps functions that call C code
Objects can be created by calls of the form new("GGfitter", ...)
.
They can be supplied as arguments to snpScreen
.
name
:"character"
giving a name func
:"function"
the actual
function that calls C to perform the screen signature(racExSet = "racExSet", snpMeta = "snpMeta", gene = "genesym", formTemplate = "formula", fitter = "GGfitter", gran = "ANY")
: primary usage of
this class Previously, deparse(substitute(fn)) was used to get information on the fitter. This is not reliable, and all fitting functions used in this context will have to be reflective instances of this class.
VJ Carey <stvjc@channing.harvard.edu>
showClass("GGfitter")