plot.stops {stops} | R Documentation |
S3 plot method for stops objects
Description
S3 plot method for stops objects
Usage
## S3 method for class 'stops'
plot(x, plot.type = "confplot", main, asp = 1, ...)
Arguments
x |
an object of class stops |
plot.type |
String indicating which type of plot to be produced: "confplot", "resplot", "Shepard", "stressplot", "bubbleplot" (see details) |
main |
the main title of the plot |
asp |
aspect ratio of x/y axis; defaults to 1; 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: See plot.smacofP |
Value
no return value, just plots
[Package stops version 1.6-2 Index]