pixmapGrob: create a grob from pixmap object...

Description Usage Arguments Value Examples

Description

create a grob from pixmap object

Usage

1
2
pixmapGrob(pic, x=0.5, y=0.5, scale=1, raster=FALSE,
    angle=0, ...)

Arguments

pic

pixmap object

x

x unit

y

y unit

scale

scale

raster

raster

angle

angle

vp

viewport

...

optional grob parameters, passed to imageGrob or rasterGrob

Value

a gTree of class 'pixmap', with natural width and height in points

Examples

1
2
3
4
5
6
library(pixmap)
library(RGraphics)
x <- read.pnm(system.file("pictures/logo.ppm", package="pixmap")[1])
g1 <- pixmapGrob(x)
dev.new(width=g1$width/72, height=g1$height/72) 
grid.draw(g1)

gridExtra documentation built on May 2, 2019, 4:59 p.m.