scatt.RdScatter plot function
scatt(df, x, y, xs = defx(), ys = defy(), title = NULL, group = NULL, col = NULL, scale_col = scale_color_brewer(palette = "Set2", name = ""), ...)
| df | data frame to plot |
|---|---|
| x | character name for x-axis data |
| y | character name for y-axis data |
| xs | see |
| ys | see |
| title | character, passed to |
| group | character name of grouping variable |
| col | not used |
| scale_col | not used |
| ... | not used |
A single plot.
Since this function creates a scatter plot,
both the x and y columns must
be numeric.