thinPlateSplineMatrix | R Documentation |
Produce a thin-plane spline matrix based on a given location matrix
thinPlateSplineMatrix(location)
location |
A location matrix |
A thin-plane spline matrix
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.