cowplot package

Published by onesixx on

https://cran.r-project.org/web/packages/cowplot/vignettes/introduction.html

a simple add-on to ggplot2

Plot design

provide a publication-ready theme for ggplot2

Arranging graphs into a grid

plot_grid(plot.mpg, NULL, NULL, plot.diamonds, labels = c(“A”, “B”, “C”, “D”), ncol = 2)

Generic plot annotations

 

ggdraw(plot.mpg) + 
  draw_plot_label("A", size = 14) + 
  draw_label("DRAFT!", angle = 45, size = 80, alpha = .2)

 

 

 

 

Categories: ggplot2

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x