myddt | R Documentation |
Function to filter, quadratic graph, and export DDT data
myddt(df, cond, xAxis = "WEIGHT", yAxis = "LENGTH", col = "RIVER", title = "Aruksh Patel", pathName = NA)
df |
DDT Data Frame |
cond |
Conditional statement to which to the data should be filtered by |
xAxis |
Dependent Variable for your graph – DEFAULT: WEIGHT |
yAxis |
Independent Variable for your graph – DEFAULT: LENGTH |
col |
Color of the points on graph – DEFAULT: RIVER |
title |
Title of Graph – DEFAULT: ARUKSH PATEL |
pathName |
Path and name of the output file. – DEFAULT: NA |
NA
dfData |
Filtered Data as data frame |
ggplot |
ggplot2 graph |
RelativeFilePath |
Filepath relative to the R script |
AbsoluteFilePath |
Absolute Filepath in the system |
NA
Aruksh Patel
ggplot2 and dplyr
NA
## Not run: myddt(df = ddt.df, cond = RIVER == "TRM", title = "TRM River Graph") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.