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

cowplot – An add-on to the ggplot2 plotting package

The cowplot package is meant to provide a publication-ready theme for ggplot2, one that requires a minimum amount of fiddling with sizes of axis labels, plot backgrounds, etc. It meets my personal needs; you may or may not like my style.

The package also fixes a couple of other annoyances that I encountered when trying to use ggplot2 for publication-ready figures, in particular with respect to combining multiple plots into one figure and labeling these plots. It turns out that the easiest way to fix these issues was to implement a general-purpose drawing canvas on top of ggplot2, so as a side effect of this work you can do pretty crazy effects with ggplot2 graphs.

Installation

This package is available on CRAN here and can be installed via

install.packages("cowplot")

You can install the latest development version of this package using the devtools package. In your R console, simply enter:

devtools::install_github("wilkelab/cowplot")

Note that cowplot is in the early stages of development. While you may find it useful for certain graphing problems you encounter, it may have major problems or undergo substantial changes in the future. In particular, at this point I make no guarantees that the default theme will remain unchanged.

Usage

To get a quick introduction to the main features of this package, read the vignettes provided with the package on CRAN.

Copy Link

Version

Down Chevron

Install

install.packages('cowplot')

Monthly Downloads

235,504

Version

0.9.4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 8th, 2019

Functions in cowplot (0.9.4)