Barplotsstacked | R Documentation |
Generate stacked barplots
Barplotsstacked( Data, Name = "", ylab = "Y-axis", logy = F, main = "Titel", col = "lightblue", AvgLine = T, Legends = NA, Legendtitle = "Legend", Legendpos = "topright", shownumbers = T, shownumbers_total = T, order_groups = F, group_names = "", ylim = NULL, margins = c(12, 4, 4, 9), inset = c(-0.3, 0) )
Data |
Numeric vector or table of samples in columns |
Name |
Names |
ylab |
Y-Axis label |
logy |
Y-Axis in log-scale? |
main |
Plot main title |
col |
Color |
AvgLine |
Show average line? |
Legends |
Legends |
Legendtitle |
Titel for legends |
Legendpos |
Legend position |
shownumbers |
Show numbers on top of bars |
shownumbers_total |
Show total numbers |
order_groups |
Order groups |
group_names |
Group names |
ylim |
y-axis limits |
margins |
Margins |
inset |
Inset for legend |
Generate stacked barplots
Plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.