plot.asb | R Documentation |
Plot 2 taxonomic levels using a sunburst visualization.
## S3 method for class 'asb'
plot(
x,
parent = "Order",
child = "Family",
type = "pa",
remove_empty_child = FALSE,
trans = NULL,
...
)
x |
Result of |
parent |
Name of the coarser taxonomic level. |
child |
Name of the finer taxonomic level. |
type |
Plot present-absence data with |
remove_empty_child |
Remove empty level of the child taxonomic level. |
trans |
Transformation for abundance data. |
... |
Further arguments to be passed to |
data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
plot(data_bio)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.