MixClusVisu: MixClusVisu function

Description Usage Arguments Value Examples

View source: R/MixClusVisu.R

Description

This function provides a scatterplot of the individuals on the axes obtained by a PCA performed of the data set "expectation of y for a fix clas" and the correlation circle.

Usage

1
  MixClusVisu(obj, class, axe=c(1,2), figure, ...)

Arguments

obj

An instance of MixClusResults class

class

Integer specifying the class from which the PCA is performed.

axe

Factorial axes drawn by the function

figure

Which figure is plotted: "scatter"=scatterplot of the individuals, "circle"=correlation circle

...

Other inputs parameters of a function plot()

Value

NULL.

Examples

1
2
3
4
5
data("simu")

mixres <- MixClusClustering(simu, 2, nbalgo=1, burn_in=30, nbiter=100)

MixClusVisu(mixres, 1, axe=c(1,2))

MixCluster documentation built on May 2, 2019, 5:49 p.m.