myddt | R Documentation |
Project 1 DDT Plot
myddt(df, species, x = "LENGTH", y = "WEIGHT", col = "RIVER")
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 |
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.
## Not run: myddt(df=ddt, species="CCATFISH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.