ggwrapper: Make a plot with user's x and y variables from a dataset

Description Usage Arguments Value Examples

View source: R/ggwrapper.R

Description

Make a plot with user's x and y variables from a dataset

Usage

1
ggwrapper(data, X, Y)

Arguments

data

user's dataset

X

independent variable

Y

dependent variable

Value

plot

Examples

1
2
d = read.csv("http://www.stat.umn.edu/geyer/3701/data/growth.csv")
ggwrapper(d, d[,1], d[,2])

neckl004/NecklenJacobTools documentation built on May 25, 2019, 10:34 p.m.