Print method for class ssq.
# S3 method for ssq
print(x, digits = 2, dim = 5, cumulated = TRUE, ...)
Object of class ssq.
Number of digits to round the output to (default is 2
).
The number of PCA dimensions to print. Default
is 5
dimensions. NA
will print all
dimensions.
Logical (default is TRUE
).
Print a cumulated table of sum-of-squares?
If FALSE
the non-cumulated sum-of-squares are printed.
(default is TRUE
).
Not evaluated.