X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fsubtreeplot.Rd;h=33f846993f5586383387a6a0cad685dad75d29b9;hb=dff741171e7afe3f9aaa2d9cb19c2f91995e8623;hp=f72ab8f076c7b0465d02b0b64ab0271bdfade449;hpb=9531f5a42f8783c6da5092de9e5481265da0a528;p=ape.git diff --git a/man/subtreeplot.Rd b/man/subtreeplot.Rd index f72ab8f..33f8469 100644 --- a/man/subtreeplot.Rd +++ b/man/subtreeplot.Rd @@ -12,7 +12,7 @@ subtreeplot(x, wait=FALSE, ...) \arguments{ \item{x}{an object of class \code{"phylo"}.} \item{wait}{a logical indicating whether the node beeing processed should be printed (useful for big phylogenies).} - \item{...}{further arguments passed to \code{plot.phylo}.} + \item{\dots}{further arguments passed to \code{plot.phylo}.} } \details{ This function aims at easily exploring very large trees. The main argument is @@ -30,12 +30,12 @@ subtreeplot(x, wait=FALSE, ...) \examples{ \dontrun{ #example 1: simple -tree1<-rtree(50) #random tree with 50 leaves -tree2<-subtreeplot(tree1, wait=TRUE) # on exit, tree2 will be a subtree of tree1. +tree1 <- rtree(50) +tree2 <- subtreeplot(tree1, wait = TRUE) # on exit, tree2 will be a subtree of tree1 #example 2: more than one zoom -tree1<-rtree(60) -tree2<-subtreeplot(subtreeplot(subtreeplot(tree1))) #allows three succssive zooms. +tree1 <- rtree(60) +tree2 <- subtreeplot(subtreeplot(subtreeplot(tree1))) # allow three succssive zooms } } \keyword{hplot}