fibonaccisphere: Evenly distributed n points on a sphere
Description
Distributes n points on a sphere in a relatively even fashion following the generalised Fibonacci algorithm, described at http://extremelearning.com.au/evenly-distributing-points-on-a-sphere/
logical flag specifying whether to return Cartesian coordinates (default is TRUE)
out.sph
logical flag specifying whether to return spherical coordinates (default is FALSE); theta=colatitute (=polar angle=angle from z-axis), phi=longitude (=azimuth angle),
Value
matrix of n points (in n rows), in Cartesian and/or spherical coordinates.