pl.s {YRmisc} | R Documentation |
Plot scatter plots for a data frame
Description
Plotting scatter plots for a data frame, with titles and label numbers.
Usage
pl.s(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
pl.s(mtcars,"mpg",1)
[Package YRmisc version 0.1.6 Index]