| fmesher_spherical_harmonics | R Documentation |
Internal C++ method.
Compute spherical harmonics on the unit sphere
fmesher_spherical_harmonics(loc, max_order, rot_inv)
loc |
numeric matrix; coordinates of points to locate in the mesh |
max_order |
integer; the maximum basis order |
rot_inv |
logical; If |
A matrix of evaluated spherical harmonic basis functions
m <- fm_rcdt_2d(globe = 1)
fmesher_spherical_harmonics(m$loc, max_order = 2, TRUE)
fmesher_spherical_harmonics(m$loc, max_order = 2, FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.