Description Usage Arguments Value
Sets up an xy-grid, retrieves the function value at each grid point, and returns the resulting xyz-coordinates.
1 |
cop |
A copula object. |
FUN |
character. Decides whether the cdf or pdf of the supplied copula is to be plotted. Accepts "cdf" or "pdf" as input. |
n |
integer. Number of grid points in x- and y-direction. |
delta |
double. A value in the range [0, 0.5) for changing the evaluation boundaries by adding it to the lower limits of x and y and subtracting it from the upper limits of x and y. |
xlim |
integer. Range of x values to be plotted. |
ylim |
integer. Range of y values to be plotted. |
A list with a vector of x-coordinates, a vector of y-coordinates and a matrix with the function values of FUN on the xy-grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.