choice,ref_parqual-method {stacomiR} | R Documentation |
Choice method for ref_parqual referential objects, internal use
## 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)
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 |
frameassign |
The name of the gframe assigned to the user environment |
is.enabled |
Is the frame enabled at launch. |
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
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_parqual") win=gwindow() group=ggroup(container=win,horizontal=FALSE) object<-charge(object) choice(object) ## End(Not run)