Compute a grid of copula values. This function has the primary intention of supporting 3D renderings or 2D images of the copulatic surface. Users should be aware of the convention of the placement of the plotting origin and the various plotting mechanisms available to them in R. By convention copulatic surfaces start in lower left corner for \(u = v = 0\), but matrix conventions (or at least how some functions plot matrices) start with the origin in the upper left.
gridCOP(cop=NULL, para=NULL, delta=0.05, transpose=TRUE, ...)
The values for \(\mathbf{C}(u,v)\) are returned as a grid as an R
matrix
.
A copula function;
Vector of parameters or other data structure, if needed, to pass to the copula;
The \(\Delta u = \Delta v\) of the grid edges;
A logical to transpose the returned grid. This is needed if functions such as image()
in R are to be used for visualization (see last example in Examples with composite2COP
); and
Additional arguments to pass.
W.H. Asquith
EMPIRcopdf