stacomiR (version 0.5.4.3)

choice,ref_df-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_df
choice(object)

Arguments

object

An object of class ref_df-class

Examples

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

Run the code above in your browser using DataCamp Workspace