mix.contour: Print the selected groups with contours

Description Usage Arguments See Also Examples

View source: R/utils.multi.R

Description

Plot the contour of the observations with the group selection.

Usage

1
2
3
4
5
mix.contour(y, model,
            slice=100, ncontour=10,
            x.min=1, x.max=1,
            y.min=1,y.max=1,
            ...)

Arguments

y

the response matrix (dimension nx2)

model

a variable returned by smsn.mmix

slice

number of slices in the sequenceo the contour

ncontour

number of contours to be ploted

x.min

value to be subtracted of the smallest observation in the x-axis

x.max

value to be added of the biggest observation in the x-axis

y.min

value to be subtracted of the smallest observation in the y-axis

y.max

value to be added of the biggest observation in the y-axis

...

further arguments to contour

See Also

smsn.mmix

Examples

1
 ## see \code{\link{smsn.mmix}}

mixsmsn documentation built on Oct. 6, 2021, 5:10 p.m.

Related to mix.contour in mixsmsn...