| Author |
Comment/Response |
Peter
|
01/27/07 08:19am
Hi, I have problems with a tree. I generate random points (between 0 and n)and I need to plot them like a tree...Can someone help me?
n represents the population size, and each branchpoint is between the individual i and i+1 (axis x), and between 0 and t (axis y). How can I connect these points with the rule: I start with the maximal point in y, and this point divide the tree in two parts, connected with the maximal point of the first part, and with the maximal point of the second part, and so on...and the never cross the branching points (axis x) which correspond to greater t.
URL: , |
|