knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ggprotist is to provide nice pictures of protists to plot on your ggplot graphs
ggprotist can be installed with:
# install.packages("devtools") devtools::install_github("nibortolum/ggprotist")
library(ggplot2) library(ggprotist) ggplot(mtcars) + geom_TA(aes(mpg, wt), TA = "papilio") + theme_bw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.