charge_with_filter,ref_par-method {stacomiR} | R Documentation |
Loading method for ref_par referential
objects searching only those parameters existing for a DC, a Taxa, and a stage
Description
Loading method for ref_par referential
objects searching only those parameters existing for a DC, a Taxa, and a stage
Usage
## S4 method for signature 'ref_par'
charge_with_filter(object, dc_selected, taxa_selected, stage_selected)
Arguments
object |
An object of class ref_par-class |
dc_selected |
A counting device selected for the report |
taxa_selected |
The taxa selected for the report |
stage_selected |
The stage selected for the report |
Value
An S4 object of class ref_par-class
Author(s)
Cedric Briand cedric.briand@eptb-vilaine.fr
Examples
## Not run:
object=new('ref_par')
charge_with_filter(object,dc_selected=6,taxa_selected=2038,stage_selected=c('AGJ','CIV'))
## End(Not run)
[Package stacomiR version 0.6.1 Index]