pl.s {YRmisc} | R Documentation |
Plotting scatter plots for a data frame, with titles and label numbers.
pl.s(x,dependent,l)
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) |
pl.s(mtcars,"mpg",1)