Crookston [mailto:ncrooks...@fs.fed.us]
Verzonden: woensdag 22 juli 2009 16:10
Aan: ONKELINX, Thierry
CC: r-devel@r-project.org; r-devel-boun...@r-project.org
Onderwerp: Re: [Rd] Link to documentation in another package
Try this: \code{\link[ggplot2]{ggsave}}
Nicholas L. Crookston
devel-boun...@r-project.org
07/22/2009 06:55 AM
To
cc
Subject
[Rd] Link to documentation in another package
Dear all,
One of the functions that I wrote (ggsave.latex) extents the
functionality of a function (ggsave) in another package (ggplot2).
Instead of copying all the information I wou
Dear all,
One of the functions that I wrote (ggsave.latex) extents the
functionality of a function (ggsave) in another package (ggplot2).
Instead of copying all the information I would like to create a link in
the helpfile of ggsave.latex to the helpfile of ggsave. I tried
\code{\link{ggsave}} and