X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Ffastme.Rd;h=794e6c84bc25596e59ccef4dfb4c87a5606a233b;hb=f512087dd94a7dc3462a9f31b48f61214cdc0f5e;hp=cd8b4edd8cc755b8e0b975a73ebc1dc5de616aea;hpb=c827059eeafc8cbe41c812b26979543ab287803e;p=ape.git diff --git a/man/fastme.Rd b/man/fastme.Rd index cd8b4ed..794e6c8 100644 --- a/man/fastme.Rd +++ b/man/fastme.Rd @@ -10,12 +10,14 @@ Minimum Evolution algorithm of Desper and Gascuel (2002). } \usage{ - fastme.bal(X, nni = TRUE) + fastme.bal(X, nni = TRUE, spr = TRUE, tbr = TRUE) fastme.ols(X, nni = TRUE) } \arguments{ \item{X}{a distance matrix; may be an object of class \code{"dist"}.} \item{nni}{a boolean value; TRUE to do NNIs (default).} + \item{spr}{ditto for SPRs.} + \item{tbr}{ditto for TBRs.} } \value{ an object of class \code{"phylo"}. @@ -35,7 +37,6 @@ \code{\link{dist.dna}}, \code{\link{mlphylo}} } \examples{ -\dontrun{ ### From Saitou and Nei (1987, Table 1): x <- c(7, 8, 11, 13, 16, 13, 17, 5, 8, 10, 13, 10, 14, 5, 7, 10, 7, 11, 8, 11, 8, 12, @@ -51,6 +52,5 @@ data(woodmouse) trw <- fastme.bal(dist.dna(woodmouse)) plot(trw) } -} \keyword{models}