choice,ref_df-method {stacomiR}R Documentation

Graphical method to choose a fishway through the interface

Description

Graphical method to choose a fishway through the interface

Usage

## S4 method for signature 'ref_df'
choice(object)

Arguments

object

An object of class ref_df-class

Note

the choice method assigns an object of class ref_df in the environment envir_stacomi

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

 
 ## Not run:  
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object=new("ref_df")
object<-charge(object)
choice(object)

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]