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