plot.stops {stops} | R Documentation |
S3 plot method for stops objects
## S3 method for class 'stops' plot(x, plot.type = c("confplot"), main, asp = NA, ...)
x |
an object of class stops |
plot.type |
String indicating which type of plot to be produced: "confplot", "resplot", "Shepard", "stressplot" (see details) |
main |
the main title of the plot |
asp |
aspect ratio of x/y axis; defaults to NA; setting to 1 will lead to an accurate represenation of the fitted distances. |
... |
Further plot arguments passed: see 'plot.smacof' and 'plot' for detailed information. Details:
|