display_pca_results: Displays PCA results

Description Usage Arguments Value Examples

Description

This function will display the table with contribution (CTR) and COS² of each individual on the axis of your choice.

Usage

1
display_pca_results(res_pca, axe = 1)

Arguments

res_pca

A list containing the PCA results.

axe

A numeric indicating the first axis you want to use to plot the factorial plan. Default value is 1.

Value

A data.frame object with the results of the axis.

Examples

1
2
3
## You want to see the results of the first axis :

display_pca_results(res_pca, axe = 1)

guillaumelf/BarchenPackage documentation built on May 31, 2019, 11:50 p.m.