print.summary.princomp
Print a Principal Component Summary
Description
Prints an object of class summary.princomp. 
Usage
print.summary.princomp(x, digits = 3, loadings = x$print.loadings, cutoff = x$cutoff, ...)
Arguments
| x | an object of class "summary.princomp". | 
| digits | the number of digits after the decimal place for printing the loadings (see print.loadings). | 
| loadings | a logical value stating if
loadings will be given. 
If loadings is FALSE, then no loadings will be given. | 
| cutoff | the cutoff for printing the loadings (see print.loadings). | 
| ... | additional arguments to print. | 
 
Details
This is the "summary.princomp" method for the generic function print. 
Value
x invisibly. 
Side Effects
prints a matrix giving the importance of the components, and (if present) 
the loadings. 
See Also