plotGmm: plotGmm

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Rutils.R

Description

3D density plot of a 2D GMM.

Usage

1
plotGmm(mod, steps=200)

Arguments

mod

GMM object to plot

steps

specifies the hoizontal and vertical amount of vertices used to build the wireframe plot.

Value

a new plotting window with the 3D density plot.

Author(s)

Pierrick Bruneau

See Also

displayScatter

Examples

1
2
# a larger number of steps (eg 200) should be used for a visually effective 3D plot.
plotGmm(randomGmm(), steps=20)

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to plotGmm in VBmix...