View source: R/funDataMethods.R
integrate3D | R Documentation |
Integrate a function on a rectangular 3D grid
integrate3D(f, argvals)
f |
A 3D array, representing the function evaluations on the grid |
argvals |
A list with 3 elements, representing the grid points in the first, second and third dimension of f |
The result of the numerical integration of f on the given grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.