Learn R Programming

LBDiscover (version 0.1.0)

shadowtext: Helper function to draw text with a shadow/background

Description

Helper function to draw text with a shadow/background

Helper function to draw text with a shadow/background

Usage

shadowtext(
  x,
  y,
  labels,
  col = "black",
  bg = "white",
  pos = NULL,
  offset = 0.5,
  cex = 1,
  ...
)

shadowtext( x, y, labels, col = "black", bg = "white", pos = NULL, offset = 0.5, cex = 1, ... )

Arguments