choice,ref_dc-method {stacomiR} | R Documentation |
Graphical method to choose a fishway through the interface
## S4 method for signature 'ref_dc' choice(object, objectreport = NULL, is.enabled = TRUE)
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. |
The choice method has for arguments a report (report) object (e.g) is called from a report report(e.g report_sample_char). By default, the value of the objectreport is null. When it is not the method calls daughter widgets (e.g. the dc widget will call species) and fills it with the method charge_with_filter,ref_taxa-method
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## 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) ## End(Not run)