absoluteGrob {ggplot2}R Documentation

Absolute grob

Description

This grob has fixed dimesions and position.

Usage

absoluteGrob(grob, width = NULL, height = NULL, xmin = NULL, ymin = NULL)

Arguments

grob
width
height
xmin
ymin

Details

It's still experimental

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]