Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadenbuie/ggpomological
🍑 Pomological plot theme for ggplot2
https://github.com/gadenbuie/ggpomological
color-palette fruit ggplot2 rstats theme
Last synced: 1 day ago
JSON representation
🍑 Pomological plot theme for ggplot2
- Host: GitHub
- URL: https://github.com/gadenbuie/ggpomological
- Owner: gadenbuie
- License: cc0-1.0
- Created: 2018-02-05T14:58:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T08:41:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T07:06:26.190Z (9 days ago)
- Topics: color-palette, fruit, ggplot2, rstats, theme
- Language: R
- Homepage: http://garrickadenbuie.com/project/ggpomological/
- Size: 57.9 MB
- Stars: 330
- Watchers: 11
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- awesome-r-dataviz - ggpomological - Pomological plot theme for ggplot2 . (ggplot / Themes)
README
---
title: "Pomological Colors"
author: "Garrick Aden-Buie"
output: github_document
editor_options:
chunk_output_type: console
---## Installation
This package isn't on CRAN, so you'll need to use the devtools package to install it.
```r
# If you don't have devtools installed
install.packages("devtools")devtools::install_github("gadenbuie/ggpomological")
# To include the vignette
devtools::install_github("gadenbuie/ggpomological", build_vignettes=TRUE)
```## Introduction
```{r include=FALSE}
README <- TRUE
knitr::opts_chunk$set(fig.path = "man/figures/")
``````{r readme, child = "vignettes/ggpomological.Rmd", out.dir=here::here("man", "figures")}
```