Rdocumentation
powered by
Learn R Programming
Momocs (version 0.1-01)
tps2d: Returns the position of interpolated coordinates.
Description
Returns the position of interpolated coordinates using Thin Plate Splines.
Usage
tps2d(M, matr, matt)
Arguments
M
original coordinates to be mapped by TPS
matr
Reference configuration matrix
matt
Target configuration matrix
Value
Interpolated coordinates arranged in a matrix object.