stacomiR (version 0.5.3)

choice,ref_dc-method: Graphical method to choose a fishway through the interface

Description

Graphical method to choose a fishway through the interface

Usage

# S4 method for ref_dc
choice(object, objectreport = NULL, is.enabled = TRUE)

Arguments

object

An object of class ref_dc-class

objectreport

the objectreport from which this frame was called

is.enabled

a boolean indicating whether the current frame will be enabled. Selecting a "parent" frame may cause some frame to be disabled. When created the frame is enabled.

Examples

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

Run the code above in your browser using DataCamp Workspace