geom_text_repel {ggpubr} R Documentation

geom_text_repel

Description

geom_text_repel

Usage

geom_text_repel(
    mapping = NULL,
    data = NULL,
    stat = "identity",
    position = "identity",
    parse = FALSE,
    nudge.x = 0,
    nudge.y = 0,
    na.rm = FALSE,
    show.legend = FALSE,
    inherit.aes = TRUE,
    color = "steelblue",
    which = NULL,
    alpha = 1,
    size = NULL,
    ... = NULL);

Arguments

Details

Authors

ggpubr

Value

this function returns data object of type ggplotTextRepelLabel.

clr value class

Examples


[Package ggpubr version 1.0.0.0 Index]