scatterPlot: Scatter plot with linear regression.

Description Usage Arguments Examples

Description

Plots a scatter, with linear fit, with equation and r2 in the title.

Usage

1

Arguments

data

data.table.

x

Character. The column in data to be the x variable.

y

Character. The column in data to be the y variable.

Examples

1
scatterPlot(mtcars, x = "wt", y = "mpg", title = "Cars")

Braja93/braja documentation built on May 6, 2019, 12:07 a.m.