R/dependancies.R

### install and load dependency ###

library(geomorph)
library(RColorBrewer)
library(scales)
library(viridis)
library(ape)
library(plyr)
library(dplyr)
library(colorspace)
library(Morpho)
library(phytools)
library(ggplot2)
library(abind)
library(strap)
library(car)
library(boot)
library(paleobioDB)
library(paleotree)
library(dabestr)
library(convevol)
library(phangorn)
library(tidyr)
library(reshape2)
library(RRphylo)
library(DissertationFunctions)

##
detach("package:DissertationFunctions", unload=TRUE)
##

## set the working directory to the location of tps and classifier files
getwd()
setwd()
##
ZacharySMorris/Morris-Chapter2Code documentation built on Sept. 5, 2020, 12:53 a.m.