powered by
Produces plots describing results of an object from class rsm.
# S3 method for rsm plot(x, frame=0, ...)
An object of class rsm. Result of function rsm.
An integer with possible values 0, 1, or 2, depending on the kind of graphics requested (see details).
details
Arguments to be passed to the function, such as graphical parameters.
if frame=0 plot of the lower bound criterion versus the number of clusters and repartition of the found cluster in the different subgraphs.
frame=0
if frame=1 plot of the lower bound criterion versus the number of clusters.
frame=1
if frame=2 repartition of found clusters in the different subgraphs.
frame=2
rsm, summary.rsm, RAMBO
rsm
summary.rsm
RAMBO
# NOT RUN { data(Regions) res <- rsm(Regions$X, Regions$sub, Klist=2:4, nbredo=1, maxit=5) ##plot(res, frame=0) ## plot(res, frame=1) plot(res, frame=2) # }
Run the code above in your browser using DataLab