plotObj {bayMDS} | R Documentation |
plot object configuration in a Euclidean space of two selected dimensions
plotObj(out, ...)
out |
the output of the function |
... |
arguments to be passed to methods |
plot of object configuration
data(cityDIST)
result <- bmdsMCMC(cityDIST,p=3,nwarm=1000,niter=2000)
plotObj(result)