Skip to content
Prev 279396 / 398506 Next

adding hyperlinked text to pdf plot

On 05/12/2011 3:10 PM, Justin Fincher wrote:
Just use Sweave, and put the URL in a LaTeX \href{URL}{text} tag, not in 
the R code.  This can be generated in R code in
\Sexp{}.  It's not part of the PDF image, but it's part of the final 
document.

Duncan Murdoch