choice,ref_choice-method {stacomiR} | R Documentation |
Used by the graphical interface.
## S4 method for signature 'ref_choice' choice(object)
object |
An object of class ref_choice-class |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_choice") object<-charge(object,vecteur=c("oui","non"),label="essai",selected=as.integer(1)) win=gwindow(title="test ref_choice") group=ggroup(container=win,horizontal=FALSE) choice(object) dispose(win) ## End(Not run)