Usage
level.curvesCOP(cop=NULL, para=NULL, ploton=TRUE, lines=TRUE,
plotMW=FALSE, ramp=TRUE, delu=0.001, delt=0.10,
getlevel=NULL, ...)
Arguments
para
Vector of parameters or other data structure, if needed, to pass to the copula;
ploton
A logical to toggle on the plot;
lines
A logical to toggle calls to the lines()
function in Rto draw the lines;
plotMW
A logical to toggle to use the abline()
function in Rto plot cross lines for the $\mathbf{M}$ (M
) and $\mathbf{W}$ (W
) copulas; ramp
A logical to toggle whether the level curves are ramped in thickness according to the probability of the line;
delu
The increment for $\Delta u$. The default is 1 part in 1000, which should often provide enough smoothness for many copulas in practice;
delt
The increment $\Delta t$ for the level curves to plot, defaults to 10-percent intervals. If delt=0.5
, then only the median plus the consequences of a defined getlevel
is used. If NULL
, then a sequence of $t$ values i
getlevel
If defined, then it is inserted into the sequence of levels $t$ and that level $t$ $=$ getlevel
is returned in an Rlist
data structure. If more than one level is desired, then instead of repeated calls to this function, the
...
Additional arguments to pass to the lines()
function in R.