ggplot_wrapper: ggplot_wrapper graphs a function using ggplot2

Description Usage Arguments Examples

View source: R/ggplot_wrapper.R

Description

ggplot_wrapper graphs a function using ggplot2

Usage

1
ggplot_wrapper(dat, x, y, color)

Arguments

dat

the data

x

the x value for ggplot2

y

the y value for ggplot2

color

optional color value for ggplot2

Examples

1
2
3
4
## Not run: 
 ggplot_wrapper(data, data$x, data$y, "red")

## End(Not run)

jnumainville/JoeNumainvilleTools documentation built on May 25, 2019, 6:24 p.m.