X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fstree.Rd;h=51d19dd94773839fa83015a14ced10b70bb4fd2e;hb=c488b74490ee3d9d200de0e471881f002a18fe4f;hp=fc0e719f0c8df762d3d453c89a21d51a7d63caf6;hpb=68231d0918c593b45fdfa419c6a58e10b1c993b9;p=ape.git diff --git a/man/stree.Rd b/man/stree.Rd index fc0e719..51d19dd 100644 --- a/man/stree.Rd +++ b/man/stree.Rd @@ -21,8 +21,8 @@ stree(n, type = "star", tip.label = NULL) \itemize{ \item{``star''}{a star (or comb) tree with a single internal node.} - \item{``balanced''}{a fully balanced dichotmous rooted tree; - \code{n} must be of power of 2 (2, 4, 8, \dots).} + \item{``balanced''}{a fully balanced dichotomous rooted tree; + \code{n} must be a power of 2 (2, 4, 8, \dots).} \item{``left''}{a fully unbalanced rooted tree where the largest clade is on the left-hand side when the tree is plotted upwards.} \item{``right''}{same than above but in the other direction.}