choice,ref_env-method {stacomiR}R Documentation

Choice method for ref_env referential object

Description

Choice method for ref_env referential object

Usage

## S4 method for signature '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"

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

 
## Not run: 
object=new("ref_env")
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object<-charge(object)
choice(object)

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]