Description Usage Arguments Value
Creates a point plot with a linear regression between two traits of a dataset
1 | lrplot(surveys, surveys$weight, surveys$hindfoot_length, surveys$sex)
|
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 $) |
plot The resulting plot with a linear regression between weight and hindfoot length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.