mtext {pdf2} | R Documentation |
This is a wrapper around the mtext
function of the
graphics
package allowing to add pop-ups and / or
hyperlinks for the pdf device.
mtext(..., url, popup, pcol = "cyan", border = c(0, 0, 1))
... |
arguments for the mtext function of the
graphics package; see its help page |
url |
URL(s) to which the hyperlink(s) will point |
popup |
text for the pop-up that will be displayed when
one hovers over the (mtext ) text |
pcol |
color of the border around the text that is often used to indicate there is a link; defaults to "cyan" |
border |
horizontal corner radius, vertical corner radius, and border width |
The given text is written onto the current plot with the hyperlink and / or pop-up specified.
Tadashi Kadowaki, R Development Core Team and contributors worldwide