powered by
Plot the CVA biplot
CVAbiplot( x, which.var = 1:x$p, var.label = FALSE, group.col = NULL, zoom.out = 50 )
A CVA biplot based on the GSVD
Object from CVA
which variable to display on the biplot
whether to display label for variable name
vector of colours for the groups in the data
percentage to zoom out of the plot
data(sim_data) CVAgsvd(X=sim_data[,2:301],group = sim_data[,1])|> CVAbiplot(group.col=c("tan1","darkcyan","darkslateblue"),which.var = 1:10,zoom.out=80)
Run the code above in your browser using DataLab