choice,ref_par-method {stacomiR} | R Documentation |
Choice method for ref_par referential objects
## S4 method for signature 'ref_par' choice(object, label = "Choix d'une caracteristique de lot", nomassign = "ref_par", frameassign = "frame_par", is.enabled = TRUE)
object |
An object of class ref_par-class |
label |
The label that will be displayed in the message frame or as output text |
nomassign |
The assignment name in envir_stacomi |
frameassign |
The name of the frame used for assignment in envir_stacomi |
is.enabled |
Default TRUE. |
the choice method assigns an object of class ref_par named ref_par in the environment envir_stacomi
this method choice is also on daughter classes ref_parquan, 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_par") win=gwindow() group=ggroup(container=win,horizontal=FALSE) object<-charge(object) choice(object) ## End(Not run)