View source: R/plot_biomonitoR.R
plot.biomonitoR | R Documentation |
barplot based on clustering methods
## S3 method for class 'biomonitoR'
plot(
x,
tax_lev = "Taxa",
method = "ward.D2",
relative = TRUE,
unassigned = FALSE,
trans = NULL,
...
)
x |
An object of class biomonitoR generated with |
tax_lev |
Taxonomic level to be plotted. |
method |
Clustering method. |
relative |
Plot absolute or relative abundance. |
unassigned |
Remove unassigned taxa. |
trans |
Transformation to be applied to abundance data. |
... |
Further arguments to be passed to |
data(macro_ex)
data_bio <- as_biomonitor(mi_prin)
data_agr <- aggregate_taxa(data_bio)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.