README.md

ggprotist

Lifecycle:
maturing

The goal of ggprotist is to provide nice pictures of protists to plot on your ggplot graphs

Installation

ggprotist can be installed with:

# install.packages("devtools")
devtools::install_github("nibortolum/ggprotist")

Example

Hyalosphenia Papilio

library(ggplot2)
library(ggprotist)

ggplot(mtcars) +
 geom_TA(aes(mpg, wt), TA = "papilio") +
 theme_bw()



nibortolum/ggprotist documentation built on Jan. 24, 2021, 12:45 a.m.