powered by
Plot - Bar
plot_bar( data, y, bar_width, fill, outline, position, labels, row, prop, column, theme, title, subtitle, xlab, ylab, caption, code )
No return value. This function is called for the side effect of launching a shiny application.
data
variable on y axis
width of bar
fill
outline
position of bars
data labels
facet row in grid
proportion
facet column in grid
theme of plot
title of plot
subtitle of plot
x-axis
y-axis label
caption
add custom code
if (interactive()) { plot_bar(mtcars) }
Run the code above in your browser using DataLab