charge_with_filter,ref_stage-method {stacomiR}R Documentation

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 signature '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

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples

## Not run: 
 dc_selectionne=6
taxa_selectionne=2038
 object=new("ref_stage")
 charge_with_filter(object,dc_selectionne,taxa_selectionne)

## End(Not run)

[Package stacomiR version 0.5.4.4 Index]