stacomiR (version 0.5.3.1)

choice,ref_env-method: Choice method for ref_env referential object

Description

Choice method for ref_env referential object

Usage

# S4 method for ref_env
choice(object, is.enabled = TRUE,
  title = gettext("Monitoring stations selection", domain = "R-stacomiR"))

Arguments

object

An object of class ref_env-class

is.enabled

A boolean parameter, if TRUE the frame is enabled when first displayed

title

The title of the frame, defaut to "Monitoring stations selection"

Examples

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

Run the code above in your browser using DataCamp Workspace