text_grob: Vectorised version of textGrob

Description Usage Value

View source: R/vectorgrobs.R

Description

Vectorised version of textGrob

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
text_grob(
  label,
  parse = FALSE,
  col = "black",
  fontsize = 12,
  cex = 1,
  fontfamily = "",
  fontface = 1L,
  lineheight = 1.2,
  alpha = 1,
  rot = 0,
  check.overlap = FALSE,
  name = NULL,
  vp = NULL,
  just = "centre",
  hjust = 0.5,
  vjust = 0.5,
  x = 0.5,
  y = 0.5,
  default.units = "npc"
)

Value

a grob from the grid package.


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