View source: R/WrapProcDist_function.R
ProcDistanceTablePar | R Documentation |
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.
ProcDistanceTablePar(A)
A |
is a three dimensional data array of landmark x landmark dimensions x specimens |
This function returns a square matrix of Procrustes distances, which is required for both the IDbyDistanceRawDataCCV
and the BoundaryFinder
functions.
Ian L. Dryden (2016). shapes: Statistical Shape Analysis. R package version 1.1-13. https://CRAN.R-project.org/package=shapes
ProcDistanceTable
#See ProcDistanceTable() function example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.