sphere.integration {HDiR} | R Documentation |
Numerical integration on the unit sphere
Description
This function calculates the integral of a function f
on the unit sphere.
Usage
sphere.integration(f, mesh = 40, deg = 3)
Arguments
f |
Function to be integrated. |
mesh |
Triangular mesh to be used. More details can be found in the description of |
deg |
Degree of the quadrature rules for triangles. More details can be found in the description of |
Value
A numeric value of the integral.
Author(s)
Andrés Prieto, Rosa M. Crujeiras and Paula Saavedra-Nieves.
[Package HDiR version 1.1.3 Index]