R/step_pca_truncated.R

Defines functions orbital.step_pca_truncated

#' @export
orbital.step_pca_truncated <- function(x, all_vars, ...) {
	rot <- x$res$rotation
	out <- pca_helper(rot, x$prefix, all_vars)
	out
}

Try the orbital package in your browser

Any scripts or data that you put into this service are public.

orbital documentation built on April 3, 2025, 8:47 p.m.