]> git.donarmstrong.com Git - ape.git/blobdiff - man/identify.phylo.Rd
various bug fixes
[ape.git] / man / identify.phylo.Rd
index 7e05425b114efffdcf6bfb1d26ed160f6a975d1d..c7fd7af0a00e865f47ddd9238cab7d5902a1bb1f 100644 (file)
@@ -3,7 +3,7 @@
 \title{Graphical Identification of Nodes and Tips}
 \usage{
 \method{identify}{phylo}(x, nodes = TRUE, tips = FALSE,
-                  labels = FALSE, ...)
+                  labels = FALSE, quiet = FALSE, ...)
 }
 \arguments{
   \item{x}{an object of class \code{"phylo"}.}
@@ -12,6 +12,8 @@
     information.}
   \item{labels}{a logical specifying whether to return the labels; by
     default only the numbers are returned.}
+  \item{quiet}{a logical controlling whether to print a message inviting
+    the user to click on the tree.}
   \item{\dots}{further arguments to be passed to or from other methods.}
 }
 \description{
@@ -40,7 +42,7 @@
   \code{"nodes"} with the identification of the tips and/or of the
   nodes.
 }
-\author{Emmanuel Paradis \email{Emmanuel.Paradis@mpl.ird.fr}}
+\author{Emmanuel Paradis}
 \seealso{
   \code{\link{plot.phylo}}, \code{\link{nodelabels}},
   \code{\link[graphics]{identify}} for the generic function