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 |
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 |
Value
None.
[Package pPCA version 1.1 Index]