powered by
This function calculates the principal angles between subspaces derived from a list of bi_projector instances.
prinang(fits)
a numeric vector of principal angles with length equal to the minimum dimension of input subspaces
a list of bi_projector instances
bi_projector
data(iris) X <- as.matrix(iris[, 1:4]) res <- pca(X, ncomp = 4) fits_list <- list(res,res,res) principal_angles <- prinang(fits_list)
Run the code above in your browser using DataLab