Skip to content

Commit

Permalink
Rebuild docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcdlucas committed Aug 8, 2016
1 parent 9d136ee commit d1b01db
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: paleomorph
Type: Package
Title: Geometric Morphometric Tools for Paleobiology
Version: 0.1.2.999
Version: 0.1.2
Date: 2016-04-05
Author: Tim Lucas, Anjali Goswami
Maintainer: Tim Lucas <[email protected]>
Expand Down
12 changes: 0 additions & 12 deletions R/paleomorph.R

This file was deleted.

3 changes: 3 additions & 0 deletions R/procrustes.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#' Conducts Procrustes superimposition to align 3D shapes with or without scaling to centroid size.
#'
#'Conducts Procrustes superimposition to align 3D shapes with or without scaling to centroid size.
#'Skips any missing values in computation of Procrustes coordinates.
#'
#'@param A N x 3 x M matrix where N is the number of landmarks, 3 is the number of dimensions, and M is the number of specimens
#'@param scale Logical indicating whether objects should be scaled to unit centroid size
Expand All @@ -18,6 +19,8 @@
#' \code{scaleDelta} set to \code{TRUE} or \code{FALSE}.
#'
#'@return A new (N x 3 x M) array, where each 3d vector has been rotated and translated to minimize distances among specimens, and scaled to unit centroid size if requested.
#'@importFrom utils write.table
#'@importFrom stats complete.cases cov
#'
#'@examples
#' # Make an array with 6 specimens and 20 landmarks
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ paleomorph
[![Build Status](https://travis-ci.org/timcdlucas/paleomorph.svg)](https://travis-ci.org/timcdlucas/paleomorph)
[![codecov.io](https://codecov.io/github/timcdlucas/paleomorph/coverage.svg?branch=master)](https://codecov.io/github/timcdlucas/paleomorph?branch=master)

An R package for procrustes analysis for paleobiology.
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.
Expand Down
11 changes: 0 additions & 11 deletions man/paleomorph.Rd

This file was deleted.

1 change: 1 addition & 0 deletions man/procrustes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1b01db

Please sign in to comment.