R/step_pca_sparse.R

Defines functions orbital.step_pca_sparse

#' @export
orbital.step_pca_sparse <- function(x, all_vars, ...) {
	rot <- x$res
	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.