View source: R/varimax_from_file.R
| varimax_from_file | R Documentation | 
Writes out Varimax rotated loadings and scores
varimax_from_file(file.scores, file.loadings, comp = 2, normalize = T)
| file.scores | file for scores matrix (ex. output of PCA_from_file or PLSR_from_file) | 
| file.loadings | file for scores matrix (ex. output of PCA_from_file or PLSR_from_file) | 
| comp | number of components to perform rotation on | 
| normalize | default = T Perform Kaiser normalization (rows scaled before normalization, and scaled back afterwards) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.