X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=man%2FmixedFontLabel.Rd;h=d4b62677bc8b8b9904c362d0320709189cc9464f;hb=da67dccb93d35408baa48b141fcda921772c8b9c;hp=1736627b9472b12a54a3e259960e4caeeb279887;hpb=f295ab19440298e543db5a270e54f10a84382197;p=ape.git diff --git a/man/mixedFontLabel.Rd b/man/mixedFontLabel.Rd index 1736627..d4b6267 100644 --- a/man/mixedFontLabel.Rd +++ b/man/mixedFontLabel.Rd @@ -27,7 +27,7 @@ mixedFontLabel(..., sep = " ", italic = NULL, bold = NULL, } \details{ The idea is to have different bits of text in different vectors that - are put together to make a vector of R expressions. This vector is + are put together to make a vector of \R expressions. This vector is interpreted by graphical functions to format the text. A simple use may be \code{mixedFontLabel(genus, species), italic = 1:2}, but it is more interesting when mixing fonts (see examples). @@ -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);")