plot.MSclust {MSclust} | R Documentation |
MSclust Plotting
Description
MSclust Plotting
Usage
## S3 method for class 'MSclust'
plot(x, ...)
Arguments
x |
A |
... |
Arguments to be passed to methods, such as graphical parameters. |
Value
No return value, called to visualize the fitted model's results
Examples
## Not run:
## Not run:
data(sim)
result <- mscn(X = sim, k = 2)
plot(result)
## End(Not run)
## End(Not run)
[Package MSclust version 1.0.4 Index]