The R Project SVN R

Rev

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

Rev 61153 Rev 61168
Line 31... Line 31...
31
  \code{\link{coplot}} and \code{\link{pairs}} where \code{panel.smooth}
31
  \code{\link{coplot}} and \code{\link{pairs}} where \code{panel.smooth}
32
  is typically used;
32
  is typically used;
33
  \code{\link{lowess}} which does the smoothing.
33
  \code{\link{lowess}} which does the smoothing.
34
}
34
}
35
\examples{
35
\examples{
36
pairs(swiss, panel = panel.smooth, pch = ".")# emphasize the smooths
36
pairs(swiss, panel = panel.smooth, pch = ".")  # emphasize the smooths
37
pairs(swiss, panel = panel.smooth, lwd = 2, cex= 1.5, col = "blue")# hmm...
37
pairs(swiss, panel = panel.smooth, lwd = 2, cex = 1.5, col = "blue")  # hmm...
38
}
38
}
39
\keyword{hplot}
39
\keyword{hplot}
40
\keyword{dplot}
40
\keyword{dplot}