stacomiR (version 0.5.4.3)

choice,ref_parqual-method: Choice method for ref_parqual referential objects, internal use

Description

Choice method for ref_parqual referential objects, internal use

Usage

# S4 method for 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.

Examples

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

Run the code above in your browser using DataCamp Workspace