Usage
stepFlexclust(..., K=NULL, nrep=3, verbose=TRUE, FUN = kcca, drop=TRUE)## S3 method for class 'stepFlexclust,missing':
plot(x, y,
type=c("barplot", "lines"), totaldist=NULL,
xlab=NULL, ylab=NULL, ...)
## S3 method for class 'stepFlexclust':
getModel(object, which=1)
Arguments
K
A vector of integers passed in turn to the k argument
of kcca nrep
For each value of k run kcca
nrep times and keep only the best solution. FUN
Cluster function to use, typically kcca or
cclust. verbose
If TRUE, show progress information during
computations.
drop
If TRUE and K is of length 1, then a single
cluster object is returned instead of a "stepFlexclust" object.
x
Object of class "stepFlexclust".
type
Create a barplot or lines plot.
totaldist
Include value for 1-cluster solution in plot? Default
is TRUE if K contains 2, else FALSE.
xlab, ylab
Graphical parameters.
object
Object of class "stepFlexclust".
which
Number of model to get. If character, interpreted as
number of clusters.