powered by
This function constructs a distance matrix from a list of trees and uses multi-dimensional scaling to collapse it to a two- dimensional tree space for plotting.
treespace(chains, n.points = 100, burnin = 0, fill.color = NA)
Returns a list containing the points and a plot.
A list of 1 or more rwty.chain objects.
The minimum number of points you want in your plot.
The number of trees to eliminate as burnin. Default is zero.
The name of the column from the log table that that you would like to use to colour the points in the plot.
if (FALSE) { data(fungus) treespace(fungus, n.points=50, burnin=20, fill.color="LnL") }
Run the code above in your browser using DataLab