choice,ref_parqual-method {stacomiR}R Documentation

Choice method for ref_parqual referential objects, internal use

Description

Choice method for ref_parqual referential objects, internal use

Usage

## S4 method for signature 'ref_parqual'
choice(object,
  label = gettext("Choice of a sample characteristic", domain =
  "R-stacomiR"), nomassign = "ref_parqual", frameassign = "frame_par",
  is.enabled = TRUE)

Arguments

object

An object of class ref_parqual-class

label

The label to set in the frame

nomassign

The name used when assigning the object ref_parqual to the envir_stacomi environment

frameassign

The name of the gframe assigned to the user environment

is.enabled

Is the frame enabled at launch.

Note

the choice method assigns an object of class ref_parqual named ref_parqual in the environment envir_stacomi this method rewrites the method from ref_par, as it integrates a request of the possible values of qualitative parameters, hence the parameters,however it was redefined in ref_parqual to load the possible values of qualitative parameters

Author(s)

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

Examples

 
## Not run: 
 object=new("ref_parqual")
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object<-charge(object)
choice(object)

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]