plotDelDist {bayMDS}R Documentation

plot Delta vs DIST

Description

plot Delta (estimated Euclidean distance from bmds) vs DIST (observed dissimilarity measure) for pairs of objects

Usage

plotDelDist(out)

Arguments

out

the output of the function bmdsMCMC

Value

plot of delta vs. dist

Examples

data(cityDIST)
result <- bmdsMCMC(cityDIST,p=3,nwarm=1000,niter=2000)
plotDelDist(result)




[Package bayMDS version 2.0 Index]