plot_scatter | R Documentation |
Plot - Scatter
plot_scatter( data, xvar, yvar, color, shape, size, row, column, title, subtitle, caption, xlab, ylab, theme )
data |
data |
xvar |
x |
yvar |
y |
color |
color |
shape |
shape |
size |
size |
row |
row |
column |
column |
title |
title |
subtitle |
subtitle |
caption |
caption |
xlab |
x axis label |
ylab |
y axis label |
theme |
theme |
No return value. This function is called for the side effect of launching a shiny application.
if (interactive()) { plot_scatter(mtcars) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.