data(braingraphs)
grps <- c(rep(0, 19), rep(1, 19))
### Basic plot
plotMDS(braingraphs, grps, main="My MDS Plot")
### Paired Plot
plotMDS(braingraphs, grps, TRUE, main="My Paired MDS Plot")
Run the code above in your browser using DataLab