powered by
Graphical method to choose a fishway through the interface
# S4 method for ref_dc choice(object, objectreport = NULL, is.enabled = TRUE)
An object of class ref_dc-class
the objectreport from which this frame was called
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.
# 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 DataLab