stacomiR (version 0.5.3)

charge_with_filter,ref_stage-method: Loading method for ref_stage referential objects searching only those stages existing for a DC and a Taxon

Description

Loading method for ref_stage referential objects searching only those stages existing for a DC and a Taxon

Usage

# S4 method for ref_stage
charge_with_filter(object, dc_selectionne,
  taxa_selectionne)

Arguments

object

An object of class ref_stage-class

dc_selectionne

The selected counting device

taxa_selectionne

The selected species

Value

An S4 object of class ref_stage-class

Examples

Run this code
# NOT RUN {
 dc_selectionne=6
taxa_selectionne=2038
 object=new("ref_stage")
 charge_with_filter(object,dc_selectionne,taxa_selectionne)
# }

Run the code above in your browser using DataCamp Workspace