stacomiR (version 0.5.3.1)

choice,ref_stage-method: Choice method for ref_stage referential objects

Description

Choice method for ref_stage referential objects

Usage

# S4 method for ref_stage
choice(object, objectreport = NULL, is.enabled = TRUE)

Arguments

object

An object of class ref_stage-class

objectreport

An object report which includes the ref_stage-class, default NULL

is.enabled

Sets if the frame is enabled at launch, defaut TRUE

Examples

Run this code
# NOT RUN {
 object=new("ref_stage")
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object<-charge(object)
report_migPar=new(report_migPar)
objectreport=report_taille # for another test
choice(object,objectreport=report_migPar)
# }

Run the code above in your browser using DataLab