scatter: Title

View source: R/scatter.R

scatterR Documentation

Title

Description

Title

Usage

scatter(df, y, x)

Arguments

df

Default dataset to use for plot.

y

Values scattered on y-axis and on left-hand side of regression formula.

x

Values scattered on x-axis and on right-hand side of regression formula.

Value

A ggplot2 object

Examples

scatter(mtcars, hp, mpg)

ldimartin0/ladtools documentation built on June 8, 2022, 3:30 p.m.