Learn R Programming

GPAbin (version 1.1.0)

biplFig: 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 = ""
)

Value

A biplot.

Arguments

missbp

An object of class missbp obtained from preceding function missmi()

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

Examples

Run this code
data(implist)
missbp <- missmi(implist)|> DRT() |> GPAbin() |> biplFig()

Run the code above in your browser using DataLab