Learn R Programming

Momocs (version 0.1-01)

tps: Produces deformation grids.

Description

Produces deformation grids using Thin Plate Splines

Usage

tps(matr, matt, n, plot = TRUE, col = "black")

Arguments

matr
the reference configuration matrix
matt
the target configuration matrix
n
integer indicating the number of displayed column cells
plot
logical indicating whether to plot the grid
col
integer or a character indicating the grid color

Value

  • Deformation grid obtained by Thin Plate Splines interpolation.