CVAbiplot {wideRhino} | R Documentation |
Plot the CVA biplot
Description
Plot the CVA biplot
Usage
CVAbiplot(
x,
which.var = 1:x$p,
var.label = FALSE,
group.col = NULL,
zoom.out = 50
)
Arguments
x |
Object from CVA |
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 |
zoom.out |
percentage to zoom out of the plot |
Value
A CVA biplot based on the GSVD
Examples
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)
[Package wideRhino version 1.0.2 Index]