pca_var_coords: Compute variable coordinates

View source: R/pca.R

pca_var_coordsR Documentation

Compute variable coordinates

Description

Return variable coordinates

Usage

pca_var_coords(eigs)

Arguments

eigs

eigs computed by pca_eigen or pca_weighted_eigen

Value

A dataframe of variable coordinates.

Examples

library(booklet)

iris[, -5] |>
  pca_standardize_norm() |>
  pca_weighted_eigen() |>
  pca_var_coords() |>
  head()

booklet documentation built on June 8, 2025, 11:40 a.m.