Skip to content
/ p3themes Public

Using P3 themes for ggplot2 objects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

p3lab/p3themes

Repository files navigation

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

About

Using P3 themes for ggplot2 objects

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages