charge_with_filter,ref_taxa-method {stacomiR} | R Documentation |
Loading method for ref_taxa referential objects searching only taxa existing for a DC
## S4 method for signature 'ref_taxa' charge_with_filter(object, dc_selectionne)
object |
An object of class ref_taxa-class |
dc_selectionne |
A counting device selected, only taxa attached to this dc are selected |
An S4 object of class ref_taxa
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: dc_selectionne=6 object=new("ref_taxa") charge_with_filter(object,dc_selectionne=dc_selectionne) ## End(Not run)