choice,ref_checkbox-method {stacomiR} | R Documentation |
Choice method for ref_checkbox referential objects
## S4 method for signature 'ref_checkbox' choice(object)
object |
An object of class ref_checkbox-class |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_checkbox") object<- charge(object,title="essai",labels=c("par1","par2","par3"),checked=c(TRUE,TRUE,TRUE)) win=gwindow(title="test ref_checkbox") group=ggroup(container=win,horizontal=FALSE) choice(object) dispose(win) ## End(Not run)