Learn R Programming

tableExtra (version 1.0.1)

text_grob: Vectorised version of textGrob

Description

Vectorised version of textGrob

Usage

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"
)

Arguments

Value

a grob from the grid package.