stacomiR (version 0.6.1)

charge_with_filter,ref_parqual-method: Loading method for Reparqual referential objects searching only those parameters existing for a DC, a Taxon, and a stage

Description

Loading method for Reparqual referential objects searching only those parameters existing for a DC, a Taxon, and a stage

Usage

# S4 method for ref_parqual
charge_with_filter(object, dc_selected, taxa_selected, stage_selected)

Value

An S4 object of class ref_parqual-class

Arguments

object

An object of class ref_parqual-class

dc_selected

The dc set in the report object

taxa_selected

The taxa set in the report object

stage_selected

The stage set in the report object

Author

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

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

Run the code above in your browser using DataLab