Description Usage Arguments Details Value Examples
View source: R/boxplot_abundance.R
Plot phyloseq abundances.
1 2 3 4 5 6 7 8 9 |
d |
|
x |
Metadata variable to map to the horizontal axis. |
y |
OTU to map on the vertical axis |
line |
The variable to map on lines |
violin |
Use violin version of the boxplot |
na.rm |
Remove NAs |
show.points |
Include data points in the figure |
The directionality of change in paired boxplot is indicated by the colors of the connecting lines.
A ggplot
plot object
1 2 3 | data(peerj32)
p <- boxplot_abundance(peerj32$phyloseq, x='time', y='Akkermansia',
line='subject')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.