Learn R Programming

⚠️There's a newer version (1.1.3) of this package.Take me there.

cowplot (version 0.3.1)

Streamlined Plot Theme and Plot Annotations for 'ggplot2'

Description

Some helpful extensions and modifications to the 'ggplot2' library. In particular, this package makes it easy to combine multiple 'ggplot2' plots into one and label them with letters, e.g. A, B, C, etc., as is often required for scientific publications. The package also provides a streamlined and clean theme that is used in the Wilke lab, hence the package name, which stands for Claus O. Wilke's plot library.

Copy Link

Version

Install

install.packages('cowplot')

Monthly Downloads

394,645

Version

0.3.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Claus O Wilke

Last Published

June 4th, 2015

Functions in cowplot (0.3.1)

ggdraw

Set up a drawing layer on top of a ggplot
draw_plot

Draw a (sub)plot.
panel_border

Add/remove the panel border in a ggplot2 plot
theme_nothing

Create a completely empty theme
draw_line

Draw a line.
draw_plot_label

Draw plot label
background_grid

Add/modify/remove the background grid in a ggplot2 plot
ggsave

Cowplot reimplementation of ggsave.
theme_cowplot

Create the default cowplot theme
save_plot

Alternative to ggsave, with better support for multi-figure plots.
plot_grid

Arrange multiple plots into a grid
draw_text

Draw text.
cowplot

cowplot.