Draw a Picture Object as Data Symbols
These functions 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).
symbolsGrob(picture, x = stats::runif(10), y = stats::runif(10), size = unit(1, "char"), default.units = "native", gpFUN = identity, ext = c("none", "clipbbox", "gridSVG"), prefix = NULL, ..., name = NULL) grid.symbols(...)
picture |
A |
x |
A numeric vector or unit object specifying x-locations. |
y |
A numeric vector or unit object specifying y-locations. |
size |
A numeric vector or unit object specifying symbol sizes. |
default.units |
A string indicating the default units to use if |
gpFUN |
A function that takes a grid |
ext |
A character vector. Selects from one of three possible extensions
for drawing imported pictures. |
prefix |
A character string. A prefix to add to referenced gridSVG content
(e.g. pattern fills). Only used when |
... |
For |
name |
A character identifier. |
A grid grob.
Simon Potter
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.