Title
geom_segment_sd.Rd
Title
Usage
geom_segment_sd(
mapping = NULL,
data = NULL,
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
Examples
library(ggplot2)
ggplot(cars) +
aes(x = speed, y = dist) +
geom_point() +
geom_fulcrum(color = "red", shape = 2, size = 5) +
geom_segment_sd(color = "red", linewidth = 3)