🍑 Pomological plot theme for ggplot2
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

582B

---
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 readme, child = "vignettes/ggpomological.Rmd", out.dir="Readme_files/figure-gfm/"}
```