biplFig {GPAbin} | R Documentation |
Biplot function
Description
Creates a multiple correspondence analysis (MCA) biplot
Usage
biplFig(
missbp,
Z.col = "#61223b",
CLP.col = "#b79962",
Z.pch = 19,
CLP.pch = 15,
Z.cex = 1.5,
CLP.cex = 1.7,
title = ""
)
Arguments
missbp |
An object of class |
Z.col |
Colour of sample coordinates |
CLP.col |
Colour of category level point coordinates |
Z.pch |
Plotting character of sample coordinates |
CLP.pch |
Plotting character of category level point coordinates |
Z.cex |
Size of plotting character for sample points |
CLP.cex |
Size of plotting character for category level point points |
title |
Title of the plot |
Value
A biplot.
Examples
data(implist)
missbp <- missmi(implist)|> DRT() |> GPAbin() |> biplFig()
[Package GPAbin version 1.1.0 Index]