choicemult,ref_dc-method {stacomiR}R Documentation

choicemult, selection method for ref_dc allowing to select several DC

Description

choicemult, selection method for ref_dc allowing to select several DC

Usage

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

Arguments

object

An object of class ref_dc

objectreport

A report object

is.enabled

A boolean indicating if the widget can be seleted at launch

Note

The choice method has for arguments a report (report) object (e.g) is called from a report report(e.g report_sample_char). By default, the value of the objectreport is null. When it is not the method calls daughter widgets (e.g. the dc widget will call species) and fills it with the method charge_with_filter,ref_taxa-method

Author(s)

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

Examples

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

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]