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:
# install.packages("devtools") #you need devtools to install from github
devtools::install_github("galacticpolymath/galacticEdTools")
#* may have to install a fair number of dependencies/updates (I'll work on streamlining this at some point)
#load it
require(galacticEdTools)
#require(datelife) If you get an error about taxa not being found in any chronograms, try this
showPhylo()