powered by
Checks for appropriate titles, labels, and legends.
gg_audit_labels(plot)
A list of issues, warnings, and suggestions
A ggplot2 object
library(ggplot2) p <- ggplot(mtcars, aes(wt, mpg, color = factor(cyl))) + geom_point() gg_audit_labels(p)
Run the code above in your browser using DataLab