stacomiR (version 0.5.3.1)

choice,ref_par-method: Choice method for ref_par referential objects

Description

Choice method for ref_par referential objects

Usage

# S4 method for ref_par
choice(object,
  label = "Choix d'une caracteristique de lot", nomassign = "ref_par",
  frameassign = "frame_par", is.enabled = TRUE)

Arguments

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.

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
 object=new("ref_par")
 win=gwindow()
 group=ggroup(container=win,horizontal=FALSE)
 object<-charge(object)
 choice(object)
# }

Run the code above in your browser using DataCamp Workspace