lrplot: Creates a point plot with a linear regression between two...

Description Usage Arguments Value

View source: R/lrplot.R

Description

Creates a point plot with a linear regression between two traits of a dataset

Usage

1
lrplot(surveys, surveys$weight, surveys$hindfoot_length, surveys$sex)

Arguments

a

The dataset used

b

First trait (Must have $ as a part of the dataset)

c

Second trait (Must have $ as a part of the dataset)

d

Trait to determine color of points (Also needs a $)

Value

plot The resulting plot with a linear regression between weight and hindfoot length


dustinmacri/R_package_Macri documentation built on Dec. 20, 2021, 2:16 a.m.