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_selected, taxa_selected)

Arguments

object

An object of class ref_stage-class

dc_selected

The selected counting device

taxa_selected

The selected species

Value

An S4 object of class ref_stage-class listing all stages available for one DC and one taxon

Author(s)

Cedric Briand cedric.briand@eptb-vilaine.fr

Examples

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

## End(Not run)

[Package stacomiR version 0.6.1 Index]