print.pPCA {pPCA}R Documentation

Print the Output of Principal Component Analysis (pPCA)

Description

Prints the output of the pPCA

Usage

## S3 method for class 'pPCA'
print(x, digits = 3, ...)

Arguments

x

An object of class pPCA that contains the results of a partial principal component analysis.

digits

The number of decimal places to use in printing results such as variance explained and PC scores. Defaults to 3.

...

Further arguments passed to print for additional control over the output.

Value

None.


[Package pPCA version 1.1 Index]