X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fsummary.phylo.Rd;h=3904a4b882f025dfe15456e64586166c95696bc8;hb=ec583c49cd4cd16ef8ce151d36dcddc9de7c0e7f;hp=13aaf13730364fda0e2a4b5e56fda4ff51396740;hpb=c827059eeafc8cbe41c812b26979543ab287803e;p=ape.git diff --git a/man/summary.phylo.Rd b/man/summary.phylo.Rd index 13aaf13..3904a4b 100644 --- a/man/summary.phylo.Rd +++ b/man/summary.phylo.Rd @@ -12,7 +12,7 @@ Nedge(phy) } \arguments{ \item{object, phy}{an object of class \code{"phylo"}.} - \item{...}{further arguments passed to or from other methods.} + \item{\dots}{further arguments passed to or from other methods.} \item{internal.only}{a logical indicating whether to return the number of internal nodes only (the default), or of internal and terminal (tips) nodes (if \code{FALSE}).} @@ -31,10 +31,6 @@ Nedge(phy) optional elements (branch lengths, node labels, and root edge) are not found in the tree. - If the tree was estimated by maximum likelihood with - \code{\link{mlphylo}}, a summary of the model fit and the parameter - estimated is printed. - \code{summary} simply prints its results on the standard output and is not meant for programming. }