plot_nested_pca | R Documentation |
Plot nested PCA results
plot_nested_pca(x, var, pc = c("PC1", "PC2"))
x |
Nested PCA object, output of |
var |
Grouping variable visualize on. |
pc |
Principal components to show on axes x and y. Defaults to PC1 and PC2. |
Returns a patchwork
of data in selected PC space and
associated plots with rotation visualization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.