Scatter plot function

scatt(df, x, y, xs = defx(), ys = defy(), title = NULL,
  group = NULL, col = NULL, scale_col = scale_color_brewer(palette =
  "Set2", name = ""), ...)

Arguments

df

data frame to plot

x

character name for x-axis data

y

character name for y-axis data

xs

see defx

ys

see defy

title

character, passed to ggtitle

group

character name of grouping variable

col

not used

scale_col

not used

...

not used

Value

A single plot.

Details

Since this function creates a scatter plot, both the x and y columns must be numeric.