X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fidentify.phylo.Rd;h=c7fd7af0a00e865f47ddd9238cab7d5902a1bb1f;hb=646d8be3497d656d95331e2c7f6bef5d2ff86b2c;hp=166653aac4f9ac96031b5356af4d866dcc46fbd8;hpb=21eb56120c84786502f24ff9c27b39d5badfe1f7;p=ape.git diff --git a/man/identify.phylo.Rd b/man/identify.phylo.Rd index 166653a..c7fd7af 100644 --- a/man/identify.phylo.Rd +++ b/man/identify.phylo.Rd @@ -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{