This is a general question. I’m working with R and ggplot2, and I’m curious to know, do plots exist, similar to box and whisker plots for quartiles that provide information for data broken up into quintiles? If so, is it possible to code the graph using ggplot2?
Share
Use
geom_boxplotto do this.Here is an example from
?geom_boxplot: