Skip to contents

S3 method to add netify_text_repel objects to ggplot objects. This method is called automatically when using the + operator with a netify_text_repel object.

Usage

# S3 method for class 'netify_text_repel'
ggplot_add(object, plot, ...)

Arguments

object

A netify_text_repel object created by netify_text_repel

plot

A ggplot object to which the text_repel layer will be added

...

Additional arguments passed by ggplot2 (used internally)

Value

A ggplot object with the text_repel layer added