sphere.integration: Numerical integration on the unit sphere

View source: R/sphere.integration.R

sphere.integrationR 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 sphere.hdr function.

deg

Degree of the quadrature rules for triangles. More details can be found in the description of sphere.hdr function.

Value

A numeric value of the integral.

Author(s)

Andrés Prieto, Rosa M. Crujeiras and Paula Saavedra-Nieves.


HDiR documentation built on Nov. 16, 2022, 5:14 p.m.