geom_text_bdf: Add text in a bitmap font to a ggplot

Description Usage Arguments

View source: R/geom-bdf-text.R

Description

Add text in a bitmap font to a ggplot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
geom_text_bdf(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  ...,
  nudge_x = 0,
  nudge_y = 0,
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE
)

Arguments

mapping, data, stat, position, ..., nudge_x, nudge_y, na.rm, show.legend, inherit.aes

See documentation for ggplot2::geom_text()


coolbutuseless/bdftools documentation built on Dec. 19, 2021, 6:03 p.m.