View source: R/print.factoextra.R
| print.factoextra | R Documentation |
Print method for an object of class factoextra
## S3 method for class 'factoextra'
print(x, ...)
x |
an object of class factoextra |
... |
further arguments to be passed to print method |
Alboukadel Kassambara alboukadel.kassambara@gmail.com
data(iris)
res.pca <- prcomp(iris[, -5], scale = TRUE)
ind <- get_pca_ind(res.pca, data = iris[, -5])
print(ind)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.