stacomiR (version 0.5.4.0)

choice,ref_choice-method: Choice method for Rechoice referential objects

Description

Used by the graphical interface.

Usage

# S4 method for ref_choice
choice(object)

Arguments

object

An object of class ref_choice-class

Examples

Run this code
# 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)
# }

Run the code above in your browser using DataLab