stacomiR (version 0.5.4.3)

choicemult,ref_par-method: Multiple Choice method for ref_par referential objects, internal use

Description

Multiple Choice method for ref_par referential objects, internal use

Usage

# S4 method for ref_par
choicemult(object, objectreport = NULL,
  label = gettext("Sample characteristic", domain = "R-stacomiR"),
  nomassign = "ref_par")

Arguments

object

An object of class ref_par-class

objectreport

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

label

The name for the frame

nomassign

The name by which the widget will be assigned in envir_stacomi

Examples

Run this code
# NOT RUN {
 object=new("ref_par")
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object<-charge(object)
report_mig_char=new("report_mig_char")
objectreport=report_taille # for other test
choicemult(object,objectreport=report_mig_char)	
# }

Run the code above in your browser using DataCamp Workspace