pdf.box {pdf2} | R Documentation |
Internal function that will draw a pop-up text box on the current device.
pdf.box(xleft, ybottom, xright, ytop, text = "", link = TRUE, col = "cyan", border = c(0, 0, 1), coord="USER")
xleft |
left x coordinate(s) of the box |
ybottom |
bottom y coordinate(s) of the box |
xright |
right x coordinate(s) of the box |
ytop |
top y coordinate(s) of the box |
text |
text(s) to be displayed in the pop-up |
link |
boolean indicating whether clicking in the region
of the pop-up box should open a hyperlink that is specified
in the text argument; defaults to TRUE |
col |
color(s) of border(s); defaults to "cyan" |
border |
horizontal corner radius, vertical corner radius, and border width |
coord |
coordinate system; defaults to "USER" |
pop-up boxes are drawn on the current device
This function is an internal function that is not exported into
the pdf2
name space. It is documented for purposes of completeness.
Tadashi Kadowaki, R Development Core Team and contributors worldwide
See pdf.annot.box
, pdf.text
and
pdf.text.info
for other documented internal functions.