mymvn2plot: mymvn2plot

Description Usage Arguments

View source: R/displayScatter.R

Description

displays mvn envelopes. For internal usage in graphical functions.

Usage

1
2
mymvn2plot(w, mu, sigma, k = 15, alone = FALSE, col = NA, 
alphacol = 0.8, alphanocol = 0.5, lty = "solid")

Arguments

w

weight of the component.

mu

mean of the component.

sigma

covariance matrix of the component.

k

resolution used for drawaing the elliptic envelope.

alone

if TRUE, the component is to be plotted alone in its own window.

col

optional background color for the component.

alphacol

alpha coefficient for a component with a color.

alphanocol

alpha coefficient for a component with no color.

lty

line type for the ellipsis.


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

Related to mymvn2plot in VBmix...