choicemult,ref_stage-method {stacomiR} | R Documentation |
Multiple Choice method for ref_stage referential objects
## S4 method for signature 'ref_stage' choicemult(object, objectreport = NULL, is.enabled = TRUE)
object |
An object of class ref_stage-class |
objectreport |
An object report which includes the ref_stage-class, default NULL |
is.enabled |
Sets if the frame is enabled at launch, defaut TRUE |
the method tests if the load is called from within a "report" object, and loads par, parqual, or parquan objects accordingly
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_stage") win=gwindow() group=ggroup(container=win,horizontal=FALSE) object<-charge(object) report_migPar=new(report_migPar) objectreport=report_taille # for other test choicemult(object,objectreport=report_migPar) ## End(Not run)