BarplotsSBS | R Documentation |
Generate side-by-side barplots
BarplotsSBS( Data, ErrbarData = NA, Name = "", ylab = "Y-axis", main = "Titel", col = "lightblue", AvgLine = T, Legends = NA, Legendtitle = "Legend", Legendpos = "topright", ylim = NA, logy = F, shownumbers = F, shownumbers_digits = 1, separation = T, horiz_line = NULL, margins = c(8, 4, 4, 4), inset = c(-0.1, 0) )
Data |
Numeric vector or table of samples in columns |
ErrbarData |
Data for errorbars |
Name |
Names |
ylab |
Y-Axis label |
main |
Plot main title |
col |
Color |
AvgLine |
Show average line? |
Legends |
Legends |
Legendtitle |
Titel for legends |
Legendpos |
Legend position |
ylim |
y-axis limits |
logy |
Y-Axis in log-scale? |
shownumbers |
Show numbers on top of bars |
shownumbers_digits |
Number of digits for shown numbers |
separation |
Indicate separation bars |
horiz_line |
Show horizontal lines |
margins |
Margins |
inset |
Inset for legend |
Generate side-by-side barplots
Plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.