choicemult,ref_taxa-method {stacomiR}R Documentation

Multiple Choice method for reftaxa referential objects, the graphical interface is built to allow for multiple choices. See load for method in the command line.

Description

Multiple Choice method for reftaxa referential objects, the graphical interface is built to allow for multiple choices. See load for method in the command line.

Usage

## S4 method for signature 'ref_taxa'
choicemult(object, objectreport = NULL,
  is.enabled = TRUE)

Arguments

object

An object of class ref_taxa-class

objectreport

An object report which includes the ref_taxa-class, default NULL

is.enabled

Sets if the frame is enabled at launch, defaut TRUE

Author(s)

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

Examples

## Not run:  
 object=new("ref_taxa")
win=gwindow()
group=ggroup(container=win,horizontal=FALSE)
object<-charge(object)
report_mig=new(report_mig)
choicemult(object,objectreport=report_mig)

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]