Choice method for ref_stage referential objects
# S4 method for ref_stage
choice(object, objectreport = NULL,
is.enabled = TRUE)
An object of class ref_stage-class
An object report which includes the ref_stage-class, default NULL
Sets if the frame is enabled at launch, defaut TRUE
# 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