CVAbiplot: Plot the CVA biplot

View source: R/plot.R

CVAbiplotR Documentation

Plot the CVA biplot

Description

Plot the CVA biplot

Usage

CVAbiplot(x, which.var = 1:x$p, var.label = TRUE, group.col = NULL)

Arguments

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

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)

wideRhino documentation built on July 2, 2026, 5:07 p.m.