| fmesher_spherical_bsplines1 | R Documentation | 
Compute rotationally invariant spherical B-splines on the unit sphere
fmesher_spherical_bsplines1(loc, n, degree, uniform)
fmesher_spherical_bsplines(loc, n, degree, uniform)
loc | 
 numeric vector/matrix; coordinates of points to locate in the mesh,
only the z-coordinates are used (  | 
n | 
 The number of basis functions  | 
degree | 
 The polynomial basis degree  | 
uniform | 
 logical; If   | 
A matrix of evaluated b-spline basis functions
m <- fm_rcdt_2d(globe = 1)
fmesher_spherical_bsplines(m$loc, n = 3, degree = 2, uniform = FALSE)
fmesher_spherical_bsplines1(m$loc[, 3], n = 3, degree = 2, uniform = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.