rect_grob: Vectorised version of rectGrob

Description Usage Value

View source: R/vectorgrobs.R

Description

Vectorised version of rectGrob

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
rect_grob(
  fill = "white",
  col = "black",
  lty = "solid",
  lwd = 1,
  cex = 1,
  alpha = 1,
  lineend = "round",
  linejoin = "round",
  linemitre = 10,
  lex = 1,
  name = NULL,
  vp = NULL,
  just = "centre",
  hjust = 0.5,
  vjust = 0.5,
  width = unit(100, "mm"),
  height = unit(100, "mm"),
  x = unit(0.5, "npc"),
  y = unit(0.5, "npc"),
  default.units = "mm"
)

Value

a grob from the grid package.


tableExtra documentation built on Oct. 29, 2021, 5:06 p.m.