procMats | R Documentation |
Procrustes between two matrices
procMats( mat1, mat2, mat1_name = "first matrix", mat2_name = "second matrix", transformed = TRUE )
mat1 |
First matrix |
mat2 |
Second matrix |
mat1_name |
Name of the first matrix, for error log (default: "first matrix") |
mat2_name |
Name of the second matrix, for error log (default: "second matrix") |
transformed |
Whether the matrices have been transformed, just for error log |
Output from procrustes
between the two matrices
Other distances:
eucliMats()
,
mantelMats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.