View source: R/adproclus_classes.R
print.summary.adpc | R Documentation |
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.
## S3 method for class 'summary.adpc'
print(x, ...)
x |
Object of class |
... |
ignored |
Invisibly returns object of class summary.adpc
.
# Obtain data, compute model, print summary of model
x <- stackloss
model <- adproclus(x, 3)
print(summary(model))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.