procMats: Procrustes between two matrices

View source: R/compute.R

procMatsR Documentation

Procrustes between two matrices

Description

Procrustes between two matrices

Usage

procMats(
  mat1,
  mat2,
  mat1_name = "first matrix",
  mat2_name = "second matrix",
  transformed = TRUE
)

Arguments

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

Value

Output from procrustes between the two matrices

See Also

Other distances: eucliMats(), mantelMats()


montesmariana/semcloud documentation built on April 15, 2022, 6:57 a.m.