absoluteGrob {ggplot2} | R Documentation |
This grob has fixed dimesions and position.
absoluteGrob(grob, width = NULL, height = NULL, xmin = NULL, ymin = NULL)
grob |
|
width |
|
height |
|
xmin |
|
ymin |
It's still experimental
Hadley Wickham <h.wickham@gmail.com>