Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 531 Bytes

p3themes

This is a package to help standardize data viz produced by members of the P3 Lab when using ggplot. It is consistent with the P3 branding guidelines developed by Grace Park.

Installation

## Install the current development version from GitHub

if (!require("devtools")) {

    install.packages("devtools")
    
    }

install_github("p3lab/p3themes", dependencies = TRUE)

Usage

This is a basic example which shows you how to solve a common problem:

library(p3themes)
## basic example code