stacomiR (version 0.5.3)

charge_with_filter,ref_taxa-method: Loading method for ref_taxa referential objects searching only taxa existing for a DC

Description

Loading method for ref_taxa referential objects searching only taxa existing for a DC

Usage

# S4 method for ref_taxa
charge_with_filter(object, dc_selectionne)

Arguments

object

An object of class ref_taxa-class

dc_selectionne

A counting device selected, only taxa attached to this dc are selected

Value

An S4 object of class ref_taxa

Examples

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

Run the code above in your browser using DataCamp Workspace