require(galacticEdTools) knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", warning=FALSE, message=FALSE )
An package to support K-16 education and scicomm. This code was developed by Galactic Polymath Education Studio to solve teaching and visualization challenges associated with our lessons. The functions do a variety of things, from making it easy to generate a dated phylogeny that's ready for biology presentations in minutes to turning any ggplot graph into a fun puzzle by enciphering the graph labels. There's lots more to come!
*Before you start (or if you run into errors), consider updating R to ver 4.1.0 or better and Rstudio ver 1.4.1717 or better.
The package is not on CRAN yet, but you can install the latest version from GitHub with:
``` {r, "load-package", results="hide", eval=F}
devtools::install_github("galacticpolymath/galacticEdTools")
require(galacticEdTools)
```
showPhylo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.