Skip to content

rgriff23/Dissertation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R code accompanying my dissertation

The code is organized by dissertation chapters:

  • Chapter 2 - Collecting 3D digital data on primate skulls
  • Chapter 3 - Using n-point alignment to approximate maximum intercuspation for digital primate crania and mandibles
  • Chapter 4 - Macroevolutionary correlates of primate skull shape
  • Chapter 5 - Macroevolutionary integration and modularity in the primate skull

The necessary R packages can be installed from CRAN, with the exception of 'ggtree' and 'EBImage', which can be installed from bioconductor like this:

source("https://bioconductor.org/biocLite.R")
biocLite("ggtree")
biocLite("EBImage")

File paths are relative to the main directory of the repository.

Data required to run the code are included in the repo, including files for landmarks (TXT), phylogeny (NEX), and primate traits (CSV).

The 3D surfaces (PLY format) from which landmarks were collected can be downloaded from figshare.

About

code accompanying dissertation chapters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published