choice,ref_df-method {stacomiR} | R Documentation |
Graphical method to choose a fishway through the interface
## S4 method for signature 'ref_df' choice(object)
object |
An object of class ref_df-class |
the choice method assigns an object of class ref_df in the environment envir_stacomi
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: win=gwindow() group=ggroup(container=win,horizontal=FALSE) object=new("ref_df") object<-charge(object) choice(object) ## End(Not run)