ProcDistanceTablePar: Wrapper for procdist function to output a distance table...

View source: R/WrapProcDist_function.R

ProcDistanceTableParR Documentation

Wrapper for procdist function to output a distance table using parallel processing

Description

This function builds a square matrix of pairwise procrustes distances among specimens using the procdist function from the shapes package. This has been set up to run parallel cores using the foreach, doParallel and parallel packages.

Usage

ProcDistanceTablePar(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

ProcDistanceTable

Examples

#See ProcDistanceTable() function example

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