absoluteGrob: Absolute grob

View source: R/grob-absolute.R

absoluteGrobR Documentation

Absolute grob

Description

This grob has fixed dimensions and position.

Usage

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

Details

It's still experimental


tidyverse/ggplot2 documentation built on Sept. 19, 2024, 2:58 a.m.