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