powered by
Plot - Scatter
plot_scatter( data, xvar, yvar, color, shape, size, row, column, title, subtitle, caption, xlab, ylab, theme )
No return value. This function is called for the side effect of launching a shiny application.
data
x
y
color
shape
size
row
column
title
subtitle
caption
x axis label
y axis label
theme
if (interactive()) { plot_scatter(mtcars) }
Run the code above in your browser using DataLab