Description Usage Arguments Note
View source: R/helper_functions.R
Given input points in d
dimensions, construct a low-rank thin plate spline basis matrix
and penalty matrix.
1 | getSplineInfo_d(tau, num.knots = NULL, orthonormalize = TRUE)
|
tau |
|
num.knots |
the number of knots to include |
orthonormalize |
logical; if TRUE, orthornomalize the basis matrix |
The knot locations are selected using a space-filling algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.