choicemult,ref_par-method {stacomiR} | R Documentation |
Multiple Choice method for ref_par referential objects, internal use
## S4 method for signature 'ref_par' choicemult(object, objectreport = NULL, label = gettext("Sample characteristic", domain = "R-stacomiR"), nomassign = "ref_par")
object |
An object of class ref_par-class |
objectreport |
An object report which includes the ref_par-class, default NULL |
label |
The name for the frame |
nomassign |
The name by which the widget will be assigned in envir_stacomi |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_par") win=gwindow() group=ggroup(container=win,horizontal=FALSE) object<-charge(object) report_mig_char=new("report_mig_char") objectreport=report_taille # for other test choicemult(object,objectreport=report_mig_char) ## End(Not run)