print.summary.prcomp
Print a Principal Component Summary

Description

Prints an object of class summary.prcomp.

Usage

print.summary.prcomp(x, digits = min(3, getOption("digits") - 3), ...)

Arguments

x an object of class summary.prcomp.
digits a value that specifies the number of digits after the decimal place for printing the loadings (see print.loadings).
... additional arguments to print.

Details

This is the summary.prcomp method for the generic function print.
Value
returns x invisibly.
Side Effects
Prints a matrix that gives the importance of each component.
See Also
summary.prcomp, print.loadings, print, prcomp.
Package stats version 6.0.0-69
Package Index