Description Usage Arguments Value See Also Examples
Computes a 2D function values over a given area.
1 |
f |
A list with name, other named arguments to |
lims |
a 2 x 2 array or data frame. the first row are the limits in the x axis, and the row 2 are the limits of the y axis. |
n |
a single scalar or a 2-elements array with the number of values in each direction. |
plot |
logical. Should display a plot? |
... |
further arguments passed to the function image.default. |
An array of the values computed.
sheet
is the 2D analog of curve.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.