X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FrTraitCont.Rd;h=2251c8594bb5765ecd589c8103e31a4699d94204;hb=dff741171e7afe3f9aaa2d9cb19c2f91995e8623;hp=9e96f9ef4b3eb548edf838403a16e200884aed12;hpb=1df144a18356d9b329324324bc2f78cfdf1cea3d;p=ape.git diff --git a/man/rTraitCont.Rd b/man/rTraitCont.Rd index 9e96f9e..2251c85 100644 --- a/man/rTraitCont.Rd +++ b/man/rTraitCont.Rd @@ -73,7 +73,7 @@ rTraitCont(phy, model = "BM", sigma = 0.1, alpha = 1, theta = 0, data(bird.orders) rTraitCont(bird.orders) # BM with sigma = 0.1 ### OU model with two optima: -tr <- reorder(bird.orders, "p") +tr <- reorder(bird.orders, "postorder") plot(tr) edgelabels() theta <- rep(0, Nedge(tr))