Pages

Wednesday, January 15, 2014

Add an Overall Title to an Array of R Plots

Adding a top-level title to a group of R plots is relatively easy...as long as you know the correct commands and sequence to put them in.  Here is some quick code to place a title on the top of multiple plots in R:



Note: The command to include an overall array title needs to be at the end of the code after the other plots have been generated.

No comments:

Post a Comment