plot.imds {smds} | R Documentation |
plotting the estimated hyperspheres or hyperboxes.
## S3 method for class 'imds' plot(x, xylim="auto",clab=1:nrow(X),lab.cex=1,lab.col="black",...)
x |
Object class "imds" |
xylim |
The x limits ( |
clab |
A character vector for objects. |
lab.cex |
numeric character expansion factor. |
lab.col |
label color. |
... |
further graphical parameters (from par). |
Yoshikazu Terada