powered by
Plot - Density
plot_density( data, xvar, fill, outline, row, column, height, width, theme, title, subtitle, caption, xlab, ylab, code, show_code )
No return value. This function is called for the side effect of launching a shiny application.
data
xvar
fill
outline
facet row in grid
facet column in grid
height of plot
width of plot
theme
title of plot
subtitle of plot
caption
x-axis
y-axis label
additional code
show/hide code
if (interactive()) { plot_density(mtcars) }
Run the code above in your browser using DataLab