On Dec 5, 2011, at 1:39 PM, Justin Fincher wrote:

Howdy,
  I have read that if you put a URL in the text of a plot being saved
into pdf, the result is a functional hyperlink.

Don't believe everything you read.

pdf("test.pdf")
 plot(1,1,main="http://test.gov/some.htm";)
 dev.off()

"Non-functioning" text.

I am interested in
having text in a plot that is linked to a URL, but I would like the
text to be something other than the URL. Is this possible? Thank you.

- Fincher



David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to