plot_errorbar(
data = iris,
var = Sepal.Length,
by = Species,
error = "se",
err.mult = 1,
point.shape = 19,
point.size = 3,
line.color = "red",
line.size = 0.5,
color.point = "blue",
color.error = "blue",
show.mean = TRUE,
text.size = 3,
err.width = 0.05,
title = "Mean Sepal Length by Species",
rotate = TRUE
)
Run the code above in your browser using DataLab