interp_polysph | R Documentation |
Creates a sequence of points on the polysphere linearly interpolating between two points extrinsically.
interp_polysph(x, y, ind_dj, N = 10)
x |
a vector of size |
y |
a vector of size |
ind_dj |
|
N |
number of points in the sequence. Defaults to |
A matrix of size c(N, sum(d) + r)
with the interpolation.
interp_polysph(x = c(1, 0), y = c(0, 1), ind_dj = comp_ind_dj(d = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.