grid.symbols | R Documentation |
These function take a "Picture"
object and
either draw the picture at several locations
or create a grid graphical object
representing the picture (drawn at several locations).
grid.symbols(...)
symbolsGrob(picture, x = unit(0.5, "npc"), y = unit(0.5, "npc"),
size = unit(1, "npc"), units = "npc", ...,
name = NULL, gp = gpar())
picture |
A |
x |
A numeric vector or unit object specifying x-values. |
y |
A numeric vector or unit object specifying y-values. |
size |
A numeric vector or unit object specifying symbol size. |
units |
The default units to use if |
... |
For |
name |
A character identifier. |
gp |
An object of class |
A grid gTree.
Paul Murrell
symbolize
and
grid.picture
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.