An open API service indexing awesome lists of open source software.

https://github.com/the-strategy-unit/strategyunittheme

This package provides ggplot2 themes and colour palettes for use by The Strategy Unit.
https://github.com/the-strategy-unit/strategyunittheme

ggplot2 ggplot2-theme nhs r

Last synced: about 1 year ago
JSON representation

This package provides ggplot2 themes and colour palettes for use by The Strategy Unit.

Awesome Lists containing this project

README

          

# StrategyUnitTheme

[![R-CMD-check](https://github.com/The-Strategy-Unit/StrategyUnitTheme/workflows/R-CMD-check/badge.svg)](https://github.com/The-Strategy-Unit/StrategyUnitTheme/actions)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Codecov test coverage](https://codecov.io/gh/The-Strategy-Unit/StrategyUnitTheme/branch/master/graph/badge.svg)](https://codecov.io/gh/The-Strategy-Unit/StrategyUnitTheme?branch=master)

This package provides ggplot2 themes and colour palettes for use by [The Strategy Unit](https://www.strategyunitwm.nhs.uk/).

## Install Instructions

This package can be installed using devtools:

```{r}
devtools::install_github("The-Strategy-Unit/StrategyUnitTheme")
```

All of the exported functions start with the prefix "su_theme_", except for the ggplot2 gradient colour scale functions,
which are of the form scale_*_su.

## Usage

The packages documentation can be found [here](https://the-strategy-unit.github.io/StrategyUnitTheme/).