Learn R Programming

starry (version 0.1.2)

plot_scatter: Plot - Scatter

Description

Plot - Scatter

Usage

plot_scatter(
  data,
  xvar,
  yvar,
  color,
  shape,
  size,
  row,
  column,
  title,
  subtitle,
  caption,
  xlab,
  ylab,
  theme
)

Value

No return value. This function is called for the side effect of launching a shiny application.

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

Examples

Run this code
if (interactive()) {
  plot_scatter(mtcars)
}

Run the code above in your browser using DataLab