mtext {pdf2}R Documentation

Write Text into the Margins of a Plot

Description

This is a wrapper around the mtext function of the graphics package allowing to add pop-ups and / or hyperlinks for the pdf device.

Usage

mtext(..., url, popup, pcol = "cyan", border = c(0, 0, 1))

Arguments

... 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

Value

The given text is written onto the current plot with the hyperlink and / or pop-up specified.

Author(s)

Tadashi Kadowaki, R Development Core Team and contributors worldwide

See Also

mtext


[Package pdf2 version 2.7.1.3 Index]