Learn R Programming

ChemoSpecUtils (version 1.0.5)

.ggRepel: Wrapper for geom_text_repel

Description

Internal function. Wrapper for geom_text_repel to make customization, modifcation and maintenance easy.

Usage

.ggRepel(df)

Value

A geom that can be added to an existing plot.

Arguments

df

Data frame, containing elements x, y and label.

Author

Bryan A. Hanson (DePauw University).