charge_with_filter,ref_parqual-method | R Documentation |
Loading method for Reparqual referential objects searching only those parameters existing for a DC, a Taxon, and a stage
## S4 method for signature 'ref_parqual'
charge_with_filter(object, dc_selected, taxa_selected, stage_selected)
object |
An object of class ref_parqual-class |
dc_selected |
The dc set in the report object |
taxa_selected |
The taxa set in the report object |
stage_selected |
The stage set in the report object |
An S4 object of class ref_parqual-class
Cedric Briand cedric.briand@eptb-vilaine.fr
## Not run:
dc_selected=6
taxa_selected=2038
stage_selected='AGJ'
object=new('ref_parqual')
charge_with_filter(object,dc_selected,taxa_selected,stage_selected)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.