circle_grob: Vectorised version of circleGrob

Description Usage Value

View source: R/vectorgrobs.R

Description

Vectorised version of circleGrob

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
circle_grob(
  r = unit(5, "mm"),
  fill = "black",
  col = "black",
  lty = "solid",
  lwd = 1,
  cex = 1,
  alpha = 1,
  lineend = "round",
  linejoin = "round",
  linemitre = 10,
  lex = 1,
  name = NULL,
  vp = NULL,
  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.