Skip to content

timcdlucas/paleomorph

Folders and files

NameName
Last commit message
Last commit date
May 23, 2017
Aug 8, 2016
May 23, 2017
Jun 27, 2016
Aug 8, 2016
Apr 19, 2017
Jun 10, 2016
Jul 25, 2016
Apr 19, 2017
Aug 8, 2016
Apr 19, 2017

Repository files navigation

paleomorph

Build Status codecov.io

Geometric Morphometric Tools for Paleobiology.

Fills missing symmetrical data with mirroring, calculates Procrustes alignments with or without scaling, and computes vector correlation and covariance matrices (congruence coefficients) of 3D landmarks. Tolerates missing data for all analyses. Based on code written by Anjali Goswami.

Installation

install.packages('paleomorph')
library(paleomorph)

Basic usage

# Make an array with 6 specimens and 20 landmarks
a <- array(rep(rnorm(6 * 20, sd = 20), each = 6) + rnorm(20 * 3 * 6 ), 
      dim = c(20, 3, 6))
# Align the data (although it is already largely aligned)
aligned <- procrustes(a)

plotSpecimens(aligned)

Releases

No releases published

Packages

No packages published

Languages