Description Usage Arguments Value Author(s) See Also
Evaluate multi-resolution thin-plate spline basis functions at given locations.
This function provides a generic prediction method for mrts
objects,
in a similar way as predict.ns
and predict.bs
in splines
package.
1 2 |
object |
object produced from calling mrts. |
newx |
an n by d matrix of coordinates corresponding to n locations. |
... |
not used but needed for the S3 generic/method compatibility. |
an n by k matrix of the k basis function in object
taken values at newx
.
ShengLi Tzeng and Hsin-Cheng Huang.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.