powered by
Plotting scatter plots for a data frame, with titles and label numbers.
pl.s(x,dependent,l)
:a data frame, which includes the dependent variable
:the dependent variable for scatter pl.s
: the beginning label number in the title (default set to 1)
# NOT RUN { pl.s(mtcars,"mpg",1) # }
Run the code above in your browser using DataLab