pl.sgg: Plot scatter plots for a data frame using ggplot2

Description Usage Arguments Examples

View source: R/pl.sgg.R

Description

Plotting scatter plots for a data frame using ggplot2, with titles and label numbers. The output will be 4 graphs per page.

Usage

1
pl.sgg(x,dependent,l)

Arguments

x

:a data frame, which includes the dependent variable

dependent

:the dependent variable for scatter plot

l

: the beginning label number in the title (default set to 1)

Examples

1
pl.sgg(mtcars,"mpg",1)

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to pl.sgg in YRmisc...