sparse = TRUE), where \(n\) is the number of
rows in newx and \(k\) is the number of
basis functions in object. Each row gives the
predicted values of each newx value evaluated
at each of the basis functions.
Arguments
object
A hero_radspline object created by
radspline.
newx
A numeric matrix at which to evaluate the
radial basis splines functions.
sparse
A logical value indicating if the result
should be a sparse version of the
Matrix-class.
longlat
Use Euclidean (FALSE) or Great Circle
(WGS84 ellipsoid) distance (TRUE). Default is
FALSE.
join
A logical value. TRUE, the default,
indicates that the predictions from each set of radial
basis functions should be joined column-wise. Otherwise,
a list with the predictions from each set of basis functions
is returned.