Home > front end >  Add data-specific text to each plot within facet grid in R
Add data-specific text to each plot within facet grid in R

Time:08-15

I have a histogram which I want to facet based on three separate factors. I then want to add two lines of text in the top right-hand corner of each facet. The text is data dependent, and will be different for every subset of the data.

Here I use the text_on_facet_plot

  • Related