plot.gmm: Plot a Gaussian Mixture Model

Description Usage Arguments Examples

Description

Plots an object of class gmm(Gaussian Mixture Model).

Usage

1
2
## S3 method for class 'gmm'
plot(x,...)

Arguments

x

an object of class gmm

...

Graphical parameters passed to plot command.

Examples

1
2
3
4
test<-c(rnorm(1000),rnorm(1000,mean = 3,sd = 1))
hist(test)
a<-gmm(test,2)
plot(a)

tierneytim/FIACH documentation built on May 31, 2019, 1:45 p.m.