pl.s: Plot scatter plots for a data frame

Description Usage Arguments Examples

View source: R/pl.s.R

Description

Plotting scatter plots for a data frame, with titles and label numbers.

Usage

1
pl.s(x,dependent,l)

Arguments

x

:a data frame, which includes the dependent variable

dependent

:the dependent variable for scatter pl.s

l

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

Examples

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

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to pl.s in PMmisc...