X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fplot.phylo.Rd;h=ee8928771a7a5e0e4962f2b3f9b13c148437fb7a;hb=da67dccb93d35408baa48b141fcda921772c8b9c;hp=4fc43309151ce941e13a0aaf50bfc07d3ab99c59;hpb=2e7fdb027f189e7c8eb771dadaf195c43bd41d5f;p=ape.git diff --git a/man/plot.phylo.Rd b/man/plot.phylo.Rd index 4fc4330..ee89287 100644 --- a/man/plot.phylo.Rd +++ b/man/plot.phylo.Rd @@ -9,7 +9,8 @@ cex = par("cex"), adj = NULL, srt = 0, no.margin = FALSE, root.edge = FALSE, label.offset = 0, underscore = FALSE, x.lim = NULL, y.lim = NULL, direction = "rightwards", - lab4ut = "horizontal", tip.color = "black", plot = TRUE, ...) + lab4ut = "horizontal", tip.color = "black", plot = TRUE, + rotate.tree = 0, ...) \method{plot}{multiPhylo}(x, layout = 1, ...) } \arguments{ @@ -93,6 +94,9 @@ \item{plot}{a logical controlling whether to draw the tree. If \code{FALSE}, the graphical device is set as if the tree was plotted, and the coordinates are saved as well.} + \item{rotate.tree}{for "fan", "unrooted", or "radial" trees: the + rotation of the whole tree in degrees (negative values are + accepted).} \item{layout}{the number of trees to be plotted simultaneously.} \item{\dots}{further arguments to be passed to \code{plot} or to \code{plot.phylo}.}