Learn R Programming

bayMDS (version 2.0)

plotObj: plot object configuration

Description

plot object configuration in a Euclidean space of two selected dimensions

Usage

plotObj(out, ...)

Value

plot of object configuration

Arguments

out

the output of the function bmdsMCMC

...

arguments to be passed to methods

Examples

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


Run the code above in your browser using DataLab