stacomiR (version 0.5.3.1)

choicemult,ref_stage-method: Multiple Choice method for ref_stage referential objects

Description

Multiple Choice method for ref_stage referential objects

Usage

# S4 method for ref_stage
choicemult(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 other test
choicemult(object,objectreport=report_migPar)	
# }

Run the code above in your browser using DataCamp Workspace