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

View source: R/plot.MGC.R

plot.MGCR Documentation

Plot the results of Model-Based Gaussian Clustering algorithms

Description

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

Usage

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

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

Details

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

Value

No value returned

Author(s)

Jose Luis Vicente Villardon

Examples

data(iris)

MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.