rotate.Rd
Perform a rotation of the component loadings to improve interpretability.
rotate(x, ncomp, type)
The model fit, typically a result from a dimensionality reduction method like PCA.
The number of components to rotate.
The type of rotation to apply (e.g., "varimax", "quartimax", "promax").
A modified model fit with the rotated components.