Learn R Programming

PMmisc (version 0.1.2)

pl.sm: Plot scatter smooth plots for a data frame

Description

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

Usage

pl.sm(x,dependent,l)

Arguments

x

:a data frame, which includes the dependent variable

dependent

:the dependent variable for scatter smooth plots

l

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

Examples

Run this code
# NOT RUN {
pl.sm(mtcars,"mpg",1)
# }

Run the code above in your browser using DataLab