charge_with_filter-ref_parquan-method: Loading method for Reparquan referential objects searching...

charge_with_filter,ref_parquan-methodR Documentation

Loading method for Reparquan referential objects searching only those parameters existing for a DC (counting device), a Taxon, and a stage

Description

Loading method for Reparquan referential objects searching only those parameters existing for a DC (counting device), a Taxon, and a stage

Usage

## S4 method for signature 'ref_parquan'
charge_with_filter(object, dc_selected, taxa_selected, stage_selected)

Arguments

object

An object of class ref_parquan-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

Value

An S4 object of class ref_parquan-class with data loaded showing available parameters for one DC

Author(s)

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

## Not run: 
 dc_selected=6
taxa_selected=2038
 stage_selected='AGJ'
 object=new('ref_parquan')
 charge_with_filter(object,dc_selected,taxa_selected,stage_selected)

## End(Not run)  

stacomiR documentation built on July 18, 2022, 5:09 p.m.