Plot - Scatter
Usage
plot_scatter(
data,
xvar,
yvar,
color,
shape,
size,
row,
column,
title,
subtitle,
caption,
xlab,
ylab,
theme
)
Arguments
- 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
Value
No return value. This function is called for the side effect of launching a shiny application.
Examples
if (interactive()) {
plot_scatter(mtcars)
}