powered by
The orthogonal linear components of the variables in the next largest direction of variance.
basis_pca(data, d = 2)
Numeric matrix or data.frame of the observations.
Number of dimensions in the projection space.
Rdimtools::do.pca
Other basis producing functions: basis_guided(), basis_half_circle(), basis_odp(), basis_olda(), basis_onpp()
basis_guided()
basis_half_circle()
basis_odp()
basis_olda()
basis_onpp()
# NOT RUN { dat_std <- scale_sd(wine[, 2:6]) basis_pca(data = dat_std) # }
Run the code above in your browser using DataLab