choice,ref_choice-method {stacomiR}R Documentation

Choice method for Rechoice referential objects

Description

Used by the graphical interface.

Usage

## S4 method for signature 'ref_choice'
choice(object)

Arguments

object

An object of class ref_choice-class

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

## 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)

[Package stacomiR version 0.5.4.4 Index]