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