choice_c,ref_taxa-method {stacomiR} | R Documentation |
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.
## S4 method for signature 'ref_taxa' choice_c(object, taxa)
object |
An object from the class ref_taxa |
taxa |
The vector of taxa, can be either code (numeric) or latin name |
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: object=new("ref_taxa") object<-charge(object) objectreport=new("report_mig_mult") choice_c(object=object,objectreport=objectreport,"Anguilla anguilla") ## End(Not run)