Learn R Programming

factoextra (version 1.0.3)

print.factoextra: Print method for an object of class factoextra

Description

Print method for an object of class factoextra

Usage

"print"(x, ...)

Arguments

x
an object of class factoextra
...
further arguments to be passed to print method

References

http://www.sthda.com

Examples

Run this code

 data(iris)
 res.pca <- princomp(iris[, -5],  cor = TRUE)
 ind <- get_pca_ind(res.pca, data = iris[, -5])
 print(ind)
 
 

Run the code above in your browser using DataLab