View source: R/WrapProcDist_function.R
ProcDistanceTable | R Documentation |
This function builds a square matrix of pairwise procrustes distances among specimens using
the procdist
function from the shapes
package.
ProcDistanceTable(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
ProcDistanceTablePar
RatDistMat <- ProcDistanceTable(Rpraetor$LMs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.