myddt: Project 1 DDT Plot

View source: R/Project1Func.R

myddtR Documentation

Project 1 DDT Plot

Description

Project 1 DDT Plot

Usage

myddt(df, species, x = "LENGTH", y = "WEIGHT", col = "RIVER")

Arguments

df

df variable as the chosen data frame

species

speices assigned to the condition statement

x

x variable as a parameter in the data frame assigned to the x-axis variable

y

y variable as a parameter in the data frame assigned to the y-axis variable

col

col variable as an parameter to assign color to the scatter plot

Value

Returns the data frame, the relative frequency of a chosen parameter, the subset data frame, and a scatter plot of the data with a quadratic model.

Examples

## Not run: myddt(df=ddt, species="CCATFISH")

kennysoup/mypackage documentation built on May 2, 2022, 12:14 a.m.