choicemult,ref_dc-method {stacomiR} | R Documentation |
choicemult, selection method for ref_dc allowing to select several DC
## S4 method for signature 'ref_dc' choicemult(object, objectreport = NULL, is.enabled = TRUE)
object |
An object of class ref_dc |
objectreport |
A report object |
is.enabled |
A boolean indicating if the widget can be seleted at launch |
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
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## 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)