choicemult,ref_par-method {stacomiR}R Documentation

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 signature '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

Author(s)

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

Examples

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

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]