stacomiR (version 0.6.1)

charge_with_filter,ref_par-method: 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 ref_par
charge_with_filter(object, dc_selected, taxa_selected, stage_selected)

Value

An S4 object of class ref_par-class

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

Author

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

Run this code
if (FALSE) {
 object=new('ref_par')
charge_with_filter(object,dc_selected=6,taxa_selected=2038,stage_selected=c('AGJ','CIV'))
}

Run the code above in your browser using DataLab