mix.contour {mixsmsn} | R Documentation |
Print the selected groups with contours
Description
Plot the contour of the observations with the group selection.
Usage
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 |
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 |
See Also
Examples
## see \code{\link{smsn.mmix}}
[Package mixsmsn version 1.1-10 Index]