plot.MSclust | R Documentation |
MSclust Plotting
## S3 method for class 'MSclust'
plot(x, ...)
x |
A |
... |
Arguments to be passed to methods, such as graphical parameters. |
No return value, called to visualize the fitted model's results
## Not run:
## Not run:
data(sim)
result <- mscn(X = sim, k = 2)
plot(result)
## End(Not run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.