thinPlateSplineMatrix: Thin-plane spline matrix

View source: R/RcppExports.R

thinPlateSplineMatrixR Documentation

Thin-plane spline matrix

Description

Produce a thin-plane spline matrix based on a given location matrix

Usage

thinPlateSplineMatrix(location)

Arguments

location

A location matrix

Value

A thin-plane spline matrix

Examples

pesudo_sequence <- seq(-5, 5, length = 5)
two_dim_location <- as.matrix(expand.grid(x = pesudo_sequence, y = pesudo_sequence))
thin_plate_matrix <- thinPlateSplineMatrix(two_dim_location)

SpatPCA documentation built on Nov. 13, 2023, 5:06 p.m.