Barplot
Bar plots of 1-way tables in grid.
grid_barplot(height, width = 0.8, offset = 0, names = NULL, xlim = NULL, ylim = NULL, xlab = "", ylab = "", main = "", gp = gpar(fill = "lightgray"), name = "grid_barplot", newpage = TRUE, pop = FALSE, return_grob = FALSE)
height |
either a vector or a 1-way table of frequencies. |
width |
width of the bars (recycled if needed to the number of bars). |
offset |
offset of the bars (recycled if needed to the number of bars). |
names |
a vector of names for the bars, if set
to |
xlim |
limits for the x axis. |
ylim |
limits for the y axis. |
xlab |
a label for the x axis. |
ylab |
a label for the y axis. |
main |
a title for the plot. |
gp |
a |
name |
name of the plotting viewport. |
newpage |
logical. Should |
pop |
logical. Should the viewport created be popped? |
return_grob |
logical. Shall the plot be returned as a grob object? |
grid_barplot
mimics (some of) the features of barplot
,
but currently it only supports 1-way tables.
Achim Zeileis Achim.Zeileis@R-project.org
grid_barplot(sample(1:6), names = letters[1:6])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.