| Line 57... |
Line 57... |
| 57 |
}
|
57 |
}
|
| 58 |
\value{
|
58 |
\value{
|
| 59 |
If \code{ret.selection} is true, a vector of integers of length
|
59 |
If \code{ret.selection} is true, a vector of integers of length
|
| 60 |
\code{nrpoints} (or smaller, if there are less finite points inside
|
60 |
\code{nrpoints} (or smaller, if there are less finite points inside
|
| 61 |
\code{xlim} and \code{ylim}) with the indices of the low-density
|
61 |
\code{xlim} and \code{ylim}) with the indices of the low-density
|
| 62 |
points drawn, ordered with lowwest density first.
|
62 |
points drawn, ordered with lowest density first.
|
| 63 |
}
|
63 |
}
|
| 64 |
\details{
|
64 |
\details{
|
| 65 |
\code{smoothScatter} produces a smoothed version of a scatter plot.
|
65 |
\code{smoothScatter} produces a smoothed version of a scatter plot.
|
| 66 |
Two dimensional (kernel density) smoothing is performed by
|
66 |
Two dimensional (kernel density) smoothing is performed by
|
| 67 |
\code{\link[KernSmooth]{bkde2D}} from package \CRANpkg{KernSmooth}.
|
67 |
\code{\link[KernSmooth]{bkde2D}} from package \CRANpkg{KernSmooth}.
|