ggplot2::ggplot
Attach label to ggplot2::ggplot
plot_label(
p,
data,
x = NULL,
y = NULL,
label = TRUE,
label.label = "rownames",
label.colour = NULL,
label.alpha = NULL,
label.size = NULL,
label.angle = NULL,
label.family = NULL,
label.fontface = NULL,
label.lineheight = NULL,
label.hjust = NULL,
label.vjust = NULL,
label.repel = FALSE,
label.show.legend = NA,
label.position = "identity"
)
ggplot
ggplot2::ggplot
instance
Data contains text label
x coordinates for label
y coordinates for label
Logical value whether to display labels
Column name used for label text
Colour for text labels
Alpha for text labels
Size for text labels
Angle for text labels
Font family for text labels
Fontface for text labels
Lineheight for text labels
Horizontal adjustment for text labels
Vertical adjustment for text labels
Logical flag indicating whether to use ggrepel
, enabling this may take some time for plotting
Logical value indicating whether to show the legend of the text labels
Character or a position function