Skip to contents

This just stacks the layer changing the colour of specified label in previous layer's output. Must specify seed to use with ggrepel, and should be used with shadowtext in some environments.

Usage

highlight_node_label(
  node_name = NULL,
  highlight_color = "red",
  highlight_bg_color = "yellow",
  filter = NULL,
  seed = 42
)

Arguments

node_name

text labels to highlight

highlight_color

specify highlighting colour

highlight_bg_color

specify highlighting colour

filter

text attributes to filter (in string)

seed

make repel reproducible