choicemult,ref_stage-method {stacomiR}R Documentation

Multiple Choice method for ref_stage referential objects

Description

Multiple Choice method for ref_stage referential objects

Usage

## S4 method for signature '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

Note

the method tests if the load is called from within a "report" object, and loads par, parqual, or parquan objects accordingly

Author(s)

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

Examples

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

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]