plotDelDist | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.