pca_var_coords | R Documentation |
Return variable coordinates
pca_var_coords(eigs)
eigs |
eigs computed by |
A dataframe of variable coordinates.
library(booklet)
iris[, -5] |>
pca_standardize_norm() |>
pca_weighted_eigen() |>
pca_var_coords() |>
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.