View source: R/project1Function.R
myddt2 | R Documentation |
project1 function
myddt2(df, x, y, cond, col, species)
df |
data frame passed |
x |
Length |
y |
weight |
cond |
Specified condition |
col |
What variable to use as the color decider |
species |
filters by given species |
a gg plot of length vs width
{myddt2(df = ddt, x = "LENGTH", y= "WEIGHT",cond = LENGTH > 30, col = "RIVER", species = "CCATFISH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.