X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FmixedFontLabel.Rd;h=03b9a2a4dc2d420eb94eb390d38718a52bec7a70;hb=821974300c3d4c88584832e3f4b2c99ed56601cb;hp=16997156e6aadf3ff935996031273d2716b20083;hpb=2419de65ffb4f7c45eb8c2448bcba3d0df64744f;p=ape.git diff --git a/man/mixedFontLabel.Rd b/man/mixedFontLabel.Rd index 1699715..03b9a2a 100644 --- a/man/mixedFontLabel.Rd +++ b/man/mixedFontLabel.Rd @@ -44,7 +44,8 @@ mixedFontLabel(..., sep = " ", italic = NULL, bold = NULL, } \author{Emmanuel Paradis} \seealso{ - \code{\link{makeLabel}}, \code{\link{makeNodeLabel}} + \code{\link{makeLabel}}, \code{\link{makeNodeLabel}}, + \code{taxo.fonts} in package \pkg{phyloch} for fancy alignments } \examples{ tr <- read.tree(text = "((a,(b,c)),d);") @@ -55,7 +56,7 @@ tr$tip.label <- mixedFontLabel(genus, species, geo, italic = 1:2, parenthesis = 3) layout(matrix(c(1, 2), 2)) plot(tr) -tr$tip.label <- mixedFontLabel(genus, species, geo, sep = c(" ", " - "), +tr$tip.label <- mixedFontLabel(genus, species, geo, sep = c(" ", " | "), italic = 1:2, bold = 3) plot(tr) layout(1)