Learn R Programming

VBmix (version 0.3.2)

mymvn2plot:

Description

displays mvn envelopes. For internal usage in graphical functions.

Usage

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.