X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2Fadd.scale.bar.Rd;h=3736ca19c617dcff77a052425a73aaa10f2a2bf3;hb=5de3d16fdc60bcbab2ae04933bca4ab931ed48f8;hp=57a1daafd5bbd6aba6a40ee534ed29b56874d040;hpb=b9f8872e29c6dbda44f60f67b9797dd90a119de6;p=ape.git diff --git a/man/add.scale.bar.Rd b/man/add.scale.bar.Rd index 57a1daa..3736ca1 100644 --- a/man/add.scale.bar.Rd +++ b/man/add.scale.bar.Rd @@ -9,7 +9,7 @@ add.scale.bar(x, y, length = NULL, ...) \item{y}{y location of the bar (can be left missing).} \item{length}{a numeric value giving the length of the scale bar. If none is supplied, a value is calculated from the data.} - \item{...}{further arguments to be passed to \code{text}.} + \item{\dots}{further arguments to be passed to \code{text}.} } \description{ This function adds a horizontal bar giving the scale of the branch @@ -19,9 +19,9 @@ add.scale.bar(x, y, length = NULL, ...) \details{ By default, the bar is placed in a corner of the graph depending on the direction of the tree. Otherwise both \code{x} and \code{y} must - be specified (if only one is given it is ignored). + be specified (if only one is given it is ignored). - The further arguments (\code{...}) are used to format the text. They + The further arguments (\code{\dots}) are used to format the text. They may be \code{font}, \code{cex}, \code{col}, and so on (see examples below, and the help page on \code{\link[graphics]{text}}).