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 to draw the lines;
plotMW
A logical to toggle to use abline to plot cross lines for the M and 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 $U \in [0,1]$;
delt
The increment of the level curves to plot, defaults to 10-percent intervals;
getlevel
If defined and level exists upon stepping through using delt, then the level curve at the getlevel is returned in a list data structure; and
...
Additional arguments to pass to the lines function.