plot.copsc {cops} | R Documentation |
S3 plot method for cops objects
Description
S3 plot method for cops objects
Usage
## S3 method for class 'copsc'
plot(x, plot.type, main, asp = 1, ...)
Arguments
x |
an object of class cops |
plot.type |
String indicating which type of plot to be produced: "confplot", "reachplot", "resplot","transplot", "Shepard", "stressplot", "bubblepot", "histogram" (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 representation of the fitted distances. |
... |
Further plot arguments passed: see 'plot.smacofP' and 'plot' for detailed information. Details:
#@importFrom smacofx plot |
Examples
dis<-as.matrix(smacof::kinshipdelta)
set.seed(1)
resl<-copstressMin(dis,itmax=500)
plot(resl)