Description Usage Arguments Value Examples
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.
1 | MixClusVisu(obj, class, axe=c(1,2), figure, ...)
|
obj |
An instance of |
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() |
NULL.
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.