| Line 3... |
Line 3... |
| 3 |
\title{Plot of a Partition of the Data Set}
|
3 |
\title{Plot of a Partition of the Data Set}
|
| 4 |
\description{Creates plots for visualizing a \code{partition} object.}
|
4 |
\description{Creates plots for visualizing a \code{partition} object.}
|
| 5 |
\usage{
|
5 |
\usage{
|
| 6 |
\method{plot}{partition}(x, ask = FALSE, which.plots = NULL,
|
6 |
\method{plot}{partition}(x, ask = FALSE, which.plots = NULL,
|
| 7 |
nmax.lab = 40, max.strlen = 5, data = x$data, dist = NULL,
|
7 |
nmax.lab = 40, max.strlen = 5, data = x$data, dist = NULL,
|
| 8 |
cor = TRUE, stand = FALSE, lines = 2,
|
8 |
stand = FALSE, lines = 2,
|
| 9 |
shade = FALSE, color = FALSE, labels = 0, plotchar = TRUE,
|
9 |
shade = FALSE, color = FALSE, labels = 0, plotchar = TRUE,
|
| 10 |
span = TRUE, xlim = NULL, ylim = NULL, main = NULL, \dots)
|
10 |
span = TRUE, xlim = NULL, ylim = NULL, main = NULL, \dots)
|
| 11 |
}
|
11 |
}
|
| 12 |
\arguments{
|
12 |
\arguments{
|
| 13 |
\item{x}{an object of class \code{"partition"}, typically created by the
|
13 |
\item{x}{an object of class \code{"partition"}, typically created by the
|