if (FALSE) {
data(salamanders)
makeplot.pairs(salamanders[1], burnin=20)
# plot all the variables
makeplot.pairs(salamanders[1], burnin=20, params = 'all')
# plot specific the variables (note: you always get the topological distance)
makeplot.pairs(salamanders[1], burnin=20, params = c('pi.A.', 'pi.C.', 'pi.G.', 'pi.T.'))
}
Run the code above in your browser using DataLab