plotmath provides mathematical expression plotting in the R language.
I'm using the code below to generate a simple box plot in ggplot2: # Libs data data("mtcars"); require(ggplot2); require(…