powered by
Creates a multiple correspondence analysis (MCA) biplot
biplFig( missbp, Z.col = "#61223b", CLP.col = "#b79962", Z.pch = 19, CLP.pch = 15, Z.cex = 1.5, CLP.cex = 1.7, title = "" )
A biplot.
An object of class missbp obtained from preceding function missmi()
missbp
missmi()
Colour of sample coordinates
Colour of category level point coordinates
Plotting character of sample coordinates
Plotting character of category level point coordinates
Size of plotting character for sample points
Size of plotting character for category level point points
Title of the plot
data(implist) missbp <- missmi(implist)|> DRT() |> GPAbin() |> biplFig()
Run the code above in your browser using DataLab