
Print method for an object of class factoextra
# S3 method for factoextra
print(x, ...)
an object of class factoextra
further arguments to be passed to print method
# NOT RUN {
data(iris)
res.pca <- prcomp(iris[, -5], scale = TRUE)
ind <- get_pca_ind(res.pca, data = iris[, -5])
print(ind)
# }
Run the code above in your browser using DataLab