interp_polysph {polykde} | R Documentation |
Interpolation on the polysphere
Description
Creates a sequence of points on the polysphere linearly interpolating between two points extrinsically.
Usage
interp_polysph(x, y, ind_dj, N = 10)
Arguments
x |
a vector of size |
y |
a vector of size |
ind_dj |
|
N |
number of points in the sequence. Defaults to |
Value
A matrix of size c(N, sum(d) + r)
with the interpolation.
Examples
interp_polysph(x = c(1, 0), y = c(0, 1), ind_dj = comp_ind_dj(d = 1))
[Package polykde version 1.1.4 Index]