generate_equidistributed_points: Generate Equidistributed points on a sphere

View source: R/generate_directions.R

generate_equidistributed_pointsR Documentation

Generate Equidistributed points on a sphere

Description

Generate equidistributed points about a sphere using (insert reference)

Usage

generate_equidistributed_points(desired_number, N)

Arguments

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

Value

points (desired_number x 3 matrix): The matrix of equidistributed points in on the sphere.


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.