knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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.