ProcDistanceTable: Wrapper for procdist function to output a distance table

View source: R/WrapProcDist_function.R

ProcDistanceTableR Documentation

Wrapper for procdist function to output a distance table

Description

This function builds a square matrix of pairwise procrustes distances among specimens using the procdist function from the shapes package.

Usage

ProcDistanceTable(A)

Arguments

A

is a three dimensional data array of landmark x landmark dimensions x specimens

Value

This function returns a square matrix of Procrustes distances, which is required for both the IDbyDistanceRawDataCCV and the BoundaryFinder functions.

Citations

Ian L. Dryden (2016). shapes: Statistical Shape Analysis. R package version 1.1-13. https://CRAN.R-project.org/package=shapes

See Also

ProcDistanceTablePar

Examples

RatDistMat <- ProcDistanceTable(Rpraetor$LMs)


ArdernHB/GeoOrigins documentation built on Nov. 19, 2022, 10:21 a.m.