Learn R Programming

BCA (version 0.9-2)

bpCent: Two Dimensional Biplot of a Clustering Solution

Description

Plot a biplot of a clustering solution on the current graphics device.

Usage

bpCent(pc, clsAsgn, data.pts = TRUE, centroids = TRUE, 
  choices = 1:2, scale = 1, pc.biplot=FALSE, var.axes = TRUE, col,
  cex = rep(par("cex"), 2), xlabs = NULL, ylabs = NULL, expand=1, xlim = NULL,
  ylim = NULL, arrow.len = 0.1, main = NULL, sub = NULL, xlab = NULL,
  ylab = NULL, ...)

Arguments

Side Effects

a plot is produced on the current graphics device.

Details

This function is a reworking of biplot in order to allow the cluster centroids of a clustering solution to be displayed as well as the individual data points. If both data.pts and centroids are set to FALSE then only the variable directional vectors are displayed.

Graphical parameters can also be given to biplot.

See Also

biplot