The R Project SVN R

Rev

Rev 61153 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61153 Rev 61645
Line 54... Line 54...
54
  \code{\link{plot}},
54
  \code{\link{plot}},
55
  and the workhorse function \code{\link{plot.xy}}.
55
  and the workhorse function \code{\link{plot.xy}}.
56
 
56
 
57
  \code{\link{abline}} for drawing (single) straight lines.
57
  \code{\link{abline}} for drawing (single) straight lines.
58
 
58
 
59
  \code{\link{par}} for how to specify colors.
59
  \code{\link{par}} for line type (\code{lty}) specification and how to
-
 
60
  specify colors.
60
}
61
}
61
\examples{
62
\examples{
62
# draw a smooth line through a scatter plot
63
# draw a smooth line through a scatter plot
63
plot(cars, main = "Stopping Distance versus Speed")
64
plot(cars, main = "Stopping Distance versus Speed")
64
lines(stats::lowess(cars))
65
lines(stats::lowess(cars))