View source: R/export_cluster_data.R
export_cluster_data | R Documentation |
This function returns a list of nodes (i.e., taxa) at each level of
taxonomic classification, split by their statistical distributions into
four categories listed below (defined by the option quantile.cutoff
) :
high.core_high.abun
: Nodes with high coreness and high abundance
high.core_low.abun
: Nodes with high coreness and low abundance
low.core_high.abun
: Nodes with low coreness and high abundance
low.core_low.abun
: Nodes with low coreness and low abundance
export_cluster_data(ebc.comp.data, quantile.cutoff)
ebc.comp.data |
Output from |
quantile.cutoff |
(numeric) Quantile distribution cutoff for coreness/abundance data:
|
export_cluster_data(ebc_composition_data, 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.