| Line 14... |
Line 14... |
| 14 |
\item{col,bg,pch,cex}{numeric or character codes for the color(s),
|
14 |
\item{col,bg,pch,cex}{numeric or character codes for the color(s),
|
| 15 |
point type and size of \code{\link{points}}; see also
|
15 |
point type and size of \code{\link{points}}; see also
|
| 16 |
\code{\link{par}}.}
|
16 |
\code{\link{par}}.}
|
| 17 |
\item{col.smooth}{color to be used by \code{lines} for drawing the
|
17 |
\item{col.smooth}{color to be used by \code{lines} for drawing the
|
| 18 |
smooths.}
|
18 |
smooths.}
|
| 19 |
\item{span}{smoothing parameter \code{f} for \code{\link{lowess}}, see
|
19 |
\item{span}{smoothing parameter \code{f} for \code{\link[stats]{lowess}}, see
|
| 20 |
there.}
|
20 |
there.}
|
| 21 |
\item{iter}{number of robustness iterations for \code{\link{lowess}}.}
|
21 |
\item{iter}{number of robustness iterations for \code{\link[stats]{lowess}}.}
|
| 22 |
\item{\dots}{further arguments to \code{\link{lines}}.}
|
22 |
\item{\dots}{further arguments to \code{\link{lines}}.}
|
| 23 |
}
|
23 |
}
|
| 24 |
\seealso{
|
24 |
\seealso{
|
| 25 |
\code{\link{coplot}} and \code{\link{pairs}} where \code{panel.smooth}
|
25 |
\code{\link{coplot}} and \code{\link{pairs}} where \code{panel.smooth}
|
| 26 |
is typically used;
|
26 |
is typically used;
|
| 27 |
\code{\link{lowess}}.
|
27 |
\code{\link[stats]{lowess}}.
|
| 28 |
}
|
28 |
}
|
| 29 |
\examples{
|
29 |
\examples{
|
| 30 |
data(swiss)
|
30 |
data(swiss)
|
| 31 |
pairs(swiss, panel = panel.smooth, pch = ".")# emphasize the smooths
|
31 |
pairs(swiss, panel = panel.smooth, pch = ".")# emphasize the smooths
|
| 32 |
pairs(swiss, panel = panel.smooth, lwd = 2, cex= 1.5, col="blue")# hmm...
|
32 |
pairs(swiss, panel = panel.smooth, lwd = 2, cex= 1.5, col="blue")# hmm...
|