Print a Principal Components Object

DESCRIPTION:

Prints a brief description of an object of class princomp or bdPrincomp.

USAGE:

print.princomp(x, ...) 
print.bdPrincomp(x, ...) 

REQUIRED ARGUMENTS:

x
an object of class "princomp" or bdPrincomp.

OPTIONAL ARGUMENTS:

...
additional arguments to print.

VALUE:

x invisibly.

SIDE EFFECTS:

prints the standard deviations of the components, the size of the data, the names of the components in x, and the call that created x.

DETAILS:

This is the "princomp" or "bdPrincomp" method for the generic function print.

bdPrincomp is available only when the Big Data library is loaded.

SEE ALSO:

, , .