apply_pca.Rd
Perform PCA with fixed sign for interpretability
apply_pca(x, retx = T, center = F, scale. = F, tol = NULL, rank. = NULL, ...)
A data frame or matrix.
Passed to `prcomp()`.
A modified PCA object with signs adjusted.