powered by
Plot - Line
plot_line( data, xvar, yvar, theme, group, attr, code, row, column, width, height, title, subtitle, xlab, ylab, caption, show_code )
No return value. This function is called for the side effect of launching a shiny application.
data
xvar
yvar
theme
group
attr
additional code
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/hide code
if (interactive()) { plot_line(mtcars) }
Run the code above in your browser using DataLab