print.principal_components: Print for principal component object

Description Usage Arguments Value Examples

View source: R/PCA.R

Description

Print for principal component object

Usage

1
2
## S3 method for class 'principal_components'
print(x, ...)

Arguments

x

An object of class "principal_components"

...

generic arguments

Value

Prints basic information regarding the principal components

Examples

1
2
pca_iris <- pca(iris[,-5], FALSE, 0.95)
print(pca_iris)

eenticott/PCA documentation built on Jan. 10, 2021, 4:40 p.m.