make_icon: icon functions
Description
Idea is taken from ggplot2 method for numeric class
method for numeric class
method for numeric class
method for numeric class
method for numeric class
Usage
make_icon(x, ...)
"make_icon"(x, ...)
"make_icon"(x, ...)
"make_icon"(x, ...)
"make_icon"(x, ...)
"make_icon"(x, ...)
Value
a recipe to draw an icon
Examples
Run this codex <- rnorm(10)
library(grid); grid.newpage(); grid.draw(make_icon(x))
Run the code above in your browser using DataLab