Skip to contents

Builds mdsDisplays for the user's CV pair and available supplementary pairs, along with a dropdown menu. Fit measures are not yet computed for CVA biplots and will be NULL. Plotting is deferred to plot.bipl5_biplot.

Usage

# S3 method for class 'CVA'
wrap_bipl5(x)

Arguments

x

An object of class biplot from the biplotEZ package with CVA method applied.

Value

An object of class c("bipl5_biplot", "cva")

Examples

if (FALSE) { # \dontrun{
library(biplotEZ)
bp <- biplot(iris[, 1:4]) |> CVA(classes = iris[, 5]) |> wrap_bipl5()
bp
plot(bp)
} # }