X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=man%2FrTraitCont.Rd;fp=man%2FrTraitCont.Rd;h=2251c8594bb5765ecd589c8103e31a4699d94204;hb=b9e04a6e6af3beda74b916eda00b42ac38875563;hp=9e96f9ef4b3eb548edf838403a16e200884aed12;hpb=22bfb51d0260544b61b4bdfbd8e039d52b540617;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))