The R Project SVN R

Rev

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

Rev 27714 Rev 27733
Line 47... Line 47...
47
}
47
}
48
\examples{
48
\examples{
49
data(cars)
49
data(cars)
50
# draw a smooth line through a scatter plot
50
# draw a smooth line through a scatter plot
51
plot(cars, main="Stopping Distance versus Speed")
51
plot(cars, main="Stopping Distance versus Speed")
52
lines(stats::lowess(cars))
52
lines(lowess(cars))
53
}
53
}
54
\keyword{aplot}
54
\keyword{aplot}