plot_scatter: Plot - Scatter

View source: R/plot_scatter.R

plot_scatterR Documentation

Plot - Scatter

Description

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)
}

starry documentation built on Jan. 17, 2023, 1:07 a.m.