]> git.donarmstrong.com Git - ape.git/blobdiff - man/mixedFontLabel.Rd
fix in drop.tip() and new option in pic()
[ape.git] / man / mixedFontLabel.Rd
index 1736627b9472b12a54a3e259960e4caeeb279887..d4b62677bc8b8b9904c362d0320709189cc9464f 100644 (file)
@@ -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);")