powered by
Plot - Box
plot_box( data, x, y, theme, box_width, fill, outline, row, column, width, height, title, subtitle, xlab, ylab, caption, show_code, code )
No return value. This function is called for the side effect of launching a shiny application.
data
variable on x axis
variable on y axis
theme of plot
width of box
fill
outline
facet row in grid
facet column in grid
width of plot
height of plot
title of plot
subtitle of plot
x-axis
y-axis label
caption
show the generated code TRUE or FALSE, (default TRUE)
add custom code
if (interactive()) { plot_box(mtcars) }
Run the code above in your browser using DataLab