factoextra (version 1.0.5)

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

Description

Print method for an object of class factoextra

Usage

# S3 method for factoextra
print(x, ...)

Arguments

x

an object of class factoextra

...

further arguments to be passed to print method

Examples

Run this code
# 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