pdf.annot.box {pdf2}R Documentation

Internal function to do ... ~~

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

pdf.annot.box(xleft, ybottom, xright, ytop, annotation_text, coord = "USER")

Arguments

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"

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Note

This function is an internal function that is not exported into the pdf2 name space. It is documented for purposes of completeness.

Author(s)

Tadashi Kadowaki, R Development Core Team and contributors worldwide

See Also

See pdf.box, pdf.text and pdf.text.info for other documented internal functions.


[Package pdf2 version 2.7.1.4 Index]