pplot: Creates a point plot between two traits of a given dataset

Description Usage Arguments Value

View source: R/pplot.R

Description

Creates a point plot between two traits of a given dataset

Usage

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

Arguments

a

Dataset being 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 showing weight against hindfoot length of the dataset


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