Fix some Rd formatting issues

This commit is contained in:
Joe Cheng
2012-07-13 02:29:19 -07:00
parent 108dd4ff24
commit 00a8372a74
4 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ slot.}
\item{func}{A function that generates a plot.}
\item{...}{Arguments to be passed through to
\code{\link{grDevices::png}}. These can be used to set
\code{\link[grDevices]{png}}. These can be used to set
the width, height, background color, etc.}
}
\description{

View File

@@ -7,10 +7,10 @@ slot.}
}
\arguments{
\item{func}{A function that returns an R object that can
be used with \link{xtable::xtable}.}
be used with \code{\link[xtable]{xtable}}.}
\item{...}{Arguments to be passed through to
\code{\link{xtable::xtable}}.}
\code{\link[xtable]{xtable}}.}
}
\description{
The corresponding HTML output tag should be \code{div}

View File

@@ -17,10 +17,10 @@
}
\details{
The result of executing \code{func} will be printed
inside a \code{\link{capture.output}} call. If instead
you want to return a single-element character vector to
be used verbatim, return it wrapped in
\code{\link{invisible}} (or alternatively, just use
inside a \code{\link[utils]{capture.output}} call. If
instead you want to return a single-element character
vector to be used verbatim, return it wrapped in
\code{\link[base]{invisible}} (or alternatively, just use
\code{\link{reactive}} instead of \code{reactiveText}.
}