Learn R Programming

MSclust (version 1.0.3)

plot.MSclust: MSclust Plotting

Description

MSclust Plotting

Usage

# S3 method for MSclust
plot(x, ...)

Value

No return value, called to visualize the fitted model's results

Arguments

x

A MSclust object.

...

Arguments to be passed to methods, such as graphical parameters.

Examples

Run this code

## Not run: 
if (FALSE) {
data(sim)
result <- mscn(X = sim, k = 2)
plot(result)}
## End(Not run) 

Run the code above in your browser using DataLab