Learn R Programming

ProgGUIinR (version 0.0-4)

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, ...)

Arguments

x
object
...
dots

Value

a recipe to draw an icon

Examples

Run this code
x <- rnorm(10)
library(grid); grid.newpage(); grid.draw(make_icon(x))

Run the code above in your browser using DataLab