stacomiR (version 0.5.4.3)

choice_c,ref_taxa-method: choice_c method for ref_taxa

Description

the choice_cc method is intendedto have the same behaviour as choice (which creates a widget in the graphical interface) but from the command line. The values passed to the choice_c method for taxa can be either numeric (2038 = Anguilla anguilla) or character.

Usage

# S4 method for ref_taxa
choice_c(object, taxa)

Arguments

object

An object from the class ref_taxa

taxa

The vector of taxa, can be either code (numeric) or latin name

Examples

Run this code
# NOT RUN {
object=new("ref_taxa")
object<-charge(object)
objectreport=new("report_mig_mult")
choice_c(object=object,objectreport=objectreport,"Anguilla anguilla")
# }

Run the code above in your browser using DataCamp Workspace