Learn R Programming

MultBiplotR (version 23.11.0)

plot.MGC: Plot the results of Model-Based Gaussian Clustering algorithms

Description

PLots an object of type MGC (Model-based Gaussian Clustering)

Usage

# S3 method for MGC
plot(x, vars = NULL, groups = x$Classification, CexPoints = 0.2, Confidence = 0.95, ...)

Value

No value returned

Arguments

x

An object of type MGC

vars

A subset of indices of the variables to be plotted

groups

A factor containing groups to represent. Usually the clusters obtained from the algorithm.

CexPoints

Size of the points.

Confidence

Confidence of the ellipses

...

Anay additional graphical parameters

Author

Jose Luis Vicente Villardon

Details

PLots an object of type MGC (Model-based Gaussian Clustering) using a splom plot.

Examples

Run this code
data(iris)

Run the code above in your browser using DataLab