Description Usage Arguments Value Examples
Functions for padding bbox These functions can "pad" (increase size of) bbox
1 2 3 | bbox_pad_width(bbox, word, n = 1, side = "both")
bbox_pad_height(bbox, word, n = 0.5, side = "both")
|
bbox |
character vector of bounding boxes to pad |
word |
character vector of words contained in bboxes |
n |
integer number of symbols to add |
side |
"left", "right" (for |
a vector of validated bboxes
1 2 | bbox_pad_width("0 0 10 20", "There")
bbox_pad_height("0 0 10 20", "There")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.