Description Usage Arguments Examples
Places an arbitrary grob somewhere onto the drawing canvas. By default, coordinates run from 0 to 1, and the point (0, 0) is in the lower left corner of the canvas.
1 2 3 4 5 6 7 8 9 10 11 |
grob |
The grob to place. |
x |
The x location of the grob. (Left side if 'hjust = 0'.) |
y |
The y location of the grob. (Bottom side if 'vjust = 0'.) |
width |
Width of the grob. |
height |
Height of the grob. |
scale |
Scales the grob relative to the rectangle defined by 'x', 'y', 'width', 'height'. A setting of 'scale = 1' indicates no scaling. |
clip |
Set to "on" to clip the grob or "inherit" to not clip. Note that clipping doesn't always work as expected, due to limitations of the grid graphics system. |
hjust |
Horizontal justification relative to x. |
vjust |
Vertical justification relative to y. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.