comp_ind_dj | R Documentation |
Given Cartesian coordinates of polyspherical data, computes
the 0
-based indexes at which the Cartesian coordinates for each
sphere start and end.
comp_ind_dj(d)
d |
vector of size |
A vector of size sum(d) + 1
.
# Example on (S^1)^3
d <- c(1, 1, 1)
comp_ind_dj(d = d)
comp_ind_dj(d = d) + 1
# Example on S^1 x S^2
d <- c(1, 2)
comp_ind_dj(d = d)
comp_ind_dj(d = d) + 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.