| CVAbiplot | R Documentation |
Plot the CVA biplot
CVAbiplot(x, which.var = 1:x$p, var.label = TRUE, group.col = NULL)
x |
Object from CVAgsvd |
which.var |
which variable to display on the biplot |
var.label |
whether to display label for variable name |
group.col |
vector of colours for the groups in the data |
A CVA biplot based on the GSVD
data(sim_data)
CVAgsvd(X=sim_data[,2:301],group = sim_data[,1])|>
CVAbiplot(group.col=c("tan1","darkcyan","darkslateblue"),which.var = 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.