multi_bar | R Documentation |
Difference analysis
multi_bar(
otutab,
group_df,
mode = 1,
text_df = NULL,
text_x = NULL,
text_angle = -90,
errorbar = "bottom"
)
otutab |
otutab |
group_df |
a dataframe with rowname same to dist and one group column |
mode |
1~2 |
text_df |
text_df |
text_x |
text_x |
text_angle |
text_angle |
errorbar |
top, bottom, none |
a data.frame
data(otutab, package = "pcutils")
multi_bar(otutab[1:10, ], metadata["Group"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.