stacomiR (version 0.5.3)

charge_with_filter,ref_par-method: Loading method for Repar referential objects searching only those parameters existing for a DC, a Taxa, and a stage

Description

Loading method for Repar 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_selectionne, taxa_selectionne,
  stage_selectionne)

Arguments

object

An object of class ref_par-class

dc_selectionne

A counting device selected for the report

taxa_selectionne

The taxa selected for the report

stage_selectionne

The stage selected for the report

Value

An S4 object of class ref_par

Examples

Run this code
# NOT RUN {
 object=new("ref_par")
charge_with_filter(object,dc_selectionne=6,taxa_selectionne=2038,stage_selectionne=c("AGJ","CIV")
# }

Run the code above in your browser using DataCamp Workspace