acid_geom_label_repel: Repulsive textual annotations

acid_geom_label_repelR Documentation

Repulsive textual annotations

Description

Modified version of ggrepel::geom_label_repel().

Usage

acid_geom_label_repel(
  data = NULL,
  mapping = NULL,
  color = NULL,
  size = 4L,
  ...
)

Arguments

data

data.frame. Data frame, containing plot data.

mapping

Set of aesthetic mappings created by ggplot2::aes().

color

character(1) or NULL. Text color.

size

integer(1). Font size.

...

Additional arguments, passed to ggrepel::geom_label_repel().

Details

If advanced customization of the text labels is required, simply use the ggrepel version instead.

Value

Layer/ggproto.

Note

Updated 2021-07-27.

Examples

geom <- acid_geom_label_repel()
print(geom)

acidgenomics/minimalism documentation built on April 1, 2024, 10:34 a.m.