X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fall.equal.phylo.Rd;h=182c0463a9108adade930ce4673a423612e50d52;hb=c488b74490ee3d9d200de0e471881f002a18fe4f;hp=41351daa6a8dbf856511793080cff09ceec308fc;hpb=c3c9c0a9590fabd2996543a4789c84634b7aca71;p=ape.git diff --git a/man/all.equal.phylo.Rd b/man/all.equal.phylo.Rd index 41351da..182c046 100644 --- a/man/all.equal.phylo.Rd +++ b/man/all.equal.phylo.Rd @@ -4,9 +4,9 @@ \title{Global Comparison of two Phylogenies} \usage{ \method{all.equal}{phylo}(target, current, use.edge.length = TRUE, - use.tip.label = TRUE, index.return = FALSE, - tolerance = .Machine$double.eps ^ 0.5, - scale = NULL, \dots) + use.tip.label = TRUE, index.return = FALSE, + tolerance = .Machine$double.eps ^ 0.5, + scale = NULL, \dots) } \arguments{ \item{target}{an object of class \code{"phylo"}.} @@ -45,7 +45,7 @@ \value{ A logical value, or a two-column matrix. } -\author{\enc{Benoît}{Benoit} \email{b.durand@alfort.AFSSA.FR}} +\author{\enc{Benoît}{Benoit} Durand \email{b.durand@alfort.AFSSA.FR}} \seealso{ \code{\link[base]{all.equal}} for the generic \R function }