pdf.annot.box {pdf2} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
pdf.annot.box(xleft, ybottom, xright, ytop, annotation_text, 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 |
annotation_text |
~~Describe annotation_text here~~ |
coord |
coordinate system; defaults to "USER" |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
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.box
, pdf.text
and
pdf.text.info
for other documented internal functions.