Learn R Programming

bayMDS (version 2.0)

plotDelDist: plot Delta vs DIST

Description

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

Usage

plotDelDist(out)

Value

plot of delta vs. dist

Arguments

out

the output of the function bmdsMCMC

Examples

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



Run the code above in your browser using DataLab