plotObj {bayMDS}R Documentation

plot object configuration

Description

plot object configuration in a Euclidean space of two selected dimensions

Usage

plotObj(out, ...)

Arguments

out

the output of the function bmdsMCMC

...

arguments to be passed to methods

Value

plot of object configuration

Examples

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



[Package bayMDS version 2.0 Index]