Learn R Programming

flexclust (version 0.8-0)

Nclus: Artificial Example with 4 Gaussians

Description

A simple artificial regression example with 4 clusters, all of them having a Gaussian distribution.

Usage

data(Nclus)

Arguments

Details

The Nclus data set can be re-created by loading package flexmix and running ExNclus(100) using set.seed(2602). It has been saved as a data set for simplicity of examples only.

Examples

Run this code
data(Nclus)
plot(Nclus, col=rep(1:4, c(100, 100, 150, 200)))

Run the code above in your browser using DataLab