charge_with_filter,ref_stage-method {stacomiR} | R Documentation |
Loading method for ref_stage referential objects searching only those stages existing for a DC and a Taxon
## S4 method for signature 'ref_stage' charge_with_filter(object, dc_selectionne, taxa_selectionne)
object |
An object of class ref_stage-class |
dc_selectionne |
The selected counting device |
taxa_selectionne |
The selected species |
An S4 object of class ref_stage-class
Cedric Briand cedric.briand"at"eptb-vilaine.fr
## Not run: dc_selectionne=6 taxa_selectionne=2038 object=new("ref_stage") charge_with_filter(object,dc_selectionne,taxa_selectionne) ## End(Not run)