choice,ref_list-method {stacomiR}R Documentation

Choice method for ref_list referential objects

Description

Choice method for ref_list referential objects

Usage

## S4 method for signature 'ref_list'
choice(object, is.enabled = TRUE)

Arguments

object

An object of class ref_list-class

is.enabled

A boolean indicating whether the frame is enabled when first displayed, default to TRUE

Note

the choice method assigns an object of class refList named ref_list in the environment envir_stacomi

Author(s)

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

Examples

 
## Not run: 
 object=new("ref_list")
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object<-charge(object,vecteur=c("choice1","choice2"),label="please choose")
choice(object)

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]