View source: R/generate_directions.R
generate_equidistributed_points | R Documentation |
Generate equidistributed points about a sphere using (insert reference)
generate_equidistributed_points(desired_number, N)
desired_number |
(int): the desired number of equidistributed points on the 2-sphere. |
N |
(int): the initial number of points that the algorithm will try to generate. If the number of points generated is less than the desired number, the function will increment N |
points (desired_number x 3 matrix): The matrix of equidistributed points in on the sphere.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.