print.summary.adpc {adproclus} | R Documentation |
Print (low dimensional) ADPROCLUS summary
Description
Prints an object of class summary.adpc
to represent and summarize a
(low dimensional) ADPROCLUS solution. A number of parameters for how the
results should be printed can be passed as an argument to
summary.adpc()
which then passes it on to this method. This method
does not take a model of class adpc
directly as input.
Usage
## S3 method for class 'summary.adpc'
print(x, ...)
Arguments
x |
Object of class |
... |
ignored |
Value
Invisibly returns object of class summary.adpc
.
Examples
# Obtain data, compute model, print summary of model
x <- stackloss
model <- adproclus(x, 3)
print(summary(model))
[Package adproclus version 1.0.2 Index]