print.prcomp
Print a Principal Components Object
Description
Prints a brief description of an object of class prcomp. 
Usage
print.prcomp(x, print.x = FALSE, ...) 
Arguments
| x | an object of class prcomp. | 
| print.x | a logical value that specifies if the function should print the rotated version of the input matrix. | 
| ... | additional arguments to print. | 
 
Details
This is the prcomp method for the generic function print. 
Value
returns x invisibly. 
Side Effects
Prints the call that created x, the standard deviations of the components, and the size of the data.
See Also