Skip to content

MattCowgill/jptheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jptheme

jptheme provides functions to style ggplot2 charts for the Apricitas blog by Joey Politano.

Installation

You can install the development version of jptheme from GitHub with:

# install.packages("devtools")
devtools::install_github("mattcowgill/jptheme")

Example

This is a basic example:

library(jptheme)
library(ggplot2)

ggplot(mtcars, aes(wt, mpg)) +
  geom_point() +
  theme_apricitas() +
  labs(title = "This is a title",
       subtitle = "This is a subtitle",
       caption = "This is a caption")

About

ggplot2 theme for Apricitas blog

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