choice,ref_env-method {stacomiR} | R Documentation |
Choice method for ref_env referential object
## S4 method for signature 'ref_env' choice(object, is.enabled = TRUE, title = gettext("Monitoring stations selection", domain = "R-stacomiR"))
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" |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_env") win=gwindow() group=ggroup(container=win,horizontal=FALSE) object<-charge(object) choice(object) ## End(Not run)