Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd option for title on plots #45
Comments
|
Hi, there are two types of titles for multiple plots:
The package uses gridExtra to manage layout, so adding titles could be more than just Which one is your use case? |
|
I personally would have more of the use case for a single title on top of a plot or grid of plots. Thanks! |
Thanks for the library!
Would it be possible to add an option for a title to the plots?
I think all it would require is
function(data, title=NULL) {
[ggplot code] +
ggtitle(title)
Ryan