quadrature_sphere | R Documentation |
Quadrature points on a sphere
quadrature_sphere( Nq = 30, quadrature = c("qmc", "gl", "cheap", "random", "grid", "grid2", "fibonacci", "fibonacci2"), init = TRUE )
Nq |
number of integration points |
quadrature |
quadrature method, using either Gauss Legendre quadrature (default), Quasi Monte Carlo, regular grid, or "cheap" (3 axes) |
init |
(qmc method only) logical: restart, or continue from previous call |
Numerical integration points for angular averaging
baptiste Auguie
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.