View source: R/plot_loadings.R
plot_loadings | R Documentation |
plot_loadings
plots elements of a column of the loadings matrix
plot_loadings(
L_pj,
Lsd_pj = NULL,
At = 1:nrow(L_pj),
whichfactor = 1,
addtitle = TRUE,
LabelPosition = "Right",
Buffer = c(0, 0.1),
Labels = rownames(L_pj),
Cex = 1.2,
legend_text = "Proportion of explained variance",
interval_width = 1,
...
)
L_pj |
Loadings matrix for 'p' categories and 'j' factors |
whichfactor |
Integer, giving column of the loadings matrix to plot |
addtitle |
Boolean, whether to add a title |
LabelPosition |
Character, where to plot labels for rows of |
Buffer |
how much to pad top and bottom of each panel |
Labels |
Labels for rows of L_pj |
tagged list of outputs
Loadings matrix after rotation
Factors after rotation
Object used for rotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.