plotDelDist {bayMDS} | R Documentation |
plot Delta (estimated Euclidean distance from bmds
) vs DIST (observed dissimilarity measure)
for pairs of objects
plotDelDist(out)
out |
the output of the function |
plot of delta vs. dist
data(cityDIST)
result <- bmdsMCMC(cityDIST,p=3,nwarm=1000,niter=2000)
plotDelDist(result)