[Phylobase-commits] r643 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 12 03:32:25 CEST 2009
Author: pdc
Date: 2009-09-12 03:32:25 +0200 (Sat, 12 Sep 2009)
New Revision: 643
Modified:
pkg/man/tdata.Rd
Log:
\dQuote is not allowed inside \code in 2.10.0, seems to work fine, if \dQuote is moved outside
Modified: pkg/man/tdata.Rd
===================================================================
--- pkg/man/tdata.Rd 2009-09-12 01:30:03 UTC (rev 642)
+++ pkg/man/tdata.Rd 2009-09-12 01:32:25 UTC (rev 643)
@@ -19,14 +19,14 @@
\item{x}{A \code{phylo4d} object}
\item{type}{The type of data to retrieve or update:
- \code{\dQuote{tip}} for data associated with tips,
- \code{\dQuote{internal}} for data associated with internal nodes,
- \code{\dQuote{allnode}} for data associated with tip and internal
+ \dQuote{\code{tip}} for data associated with tips,
+ \dQuote{\code{internal}} for data associated with internal nodes,
+ \dQuote{\code{allnode}} for data associated with tip and internal
nodes.}
\item{label.type}{How the tip/node labels from the tree be
- returned? \code{\dQuote{row.names}} returns them as row names of
- the data frame, \code{\dQuote{column}} returns the labels in the
+ returned? \dQuote{\code{row.names}} returns them as row names of
+ the data frame, \dQuote{\code{column}} returns the labels in the
first column of the data frame. This options is useful in the case
of missing (\code{NA}) or non-unique labels.}
More information about the Phylobase-commits
mailing list