Examples for 'mclust::coordProj'


Coordinate projections of multidimensional data modeled by an MVN mixture.

Aliases: coordProj

Keywords: cluster

### ** Examples

## No test: 
est <- meVVV(iris[,-5], unmap(iris[,5]))
par(pty = "s", mfrow = c(1,1))
coordProj(iris[,-5], dimens=c(2,3), parameters = est$parameters, z = est$z,
          what = "classification", main = TRUE)
plot of chunk example-mclust-coordProj-1
coordProj(iris[,-5], dimens=c(2,3), parameters = est$parameters, z = est$z,
          truth = iris[,5], what = "error", main = TRUE)
plot of chunk example-mclust-coordProj-1
coordProj(iris[,-5], dimens=c(2,3), parameters = est$parameters, z = est$z,
          what = "uncertainty", main = TRUE)
plot of chunk example-mclust-coordProj-1
## End(No test)

[Package mclust version 6.1.1 Index]