Usage
# S3 method for cope
plot(x, ..., taylor = FALSE, use.true.function = FALSE,
colc = "purple", lwdc = 3, ltyc = 1, colp = "darkred", lwdp = 3,
ltyp = 1, colm = "darkgreen", lwdm = 3, ltym = 1,
conlist = list(drawlabels = FALSE))
Arguments
x
An object of class cope to be plotted.
...
Additional graphical parameters passed to fields::image.plot.
taylor
Boolean indicating whether the CoPE sets with the threshold
obtained by Taylor's method should be plotted. Default is
FALSE.
use.true.function
Boolean indicating whether the threshold obtained
from the true function should be used. Default is
FALSE.
colc
Color of contour line for \(A_c\).
lwdc
Width of contour line for \(A_c\).
ltyc
Type of contour line for \(A_c\).
colp
Color of contour line for \(\hat{A}^{+}_c\).
lwdp
Width of contour line for \(\hat{A}^{+}_c\).
ltyp
Type of contour line for \(\hat{A}^{+}_c\).
colm
Color of contour line for \(\hat{A}^{-}_c\).
lwdm
Width of contour line for \(\hat{A}^{-}_c\).
ltym
Type of contour line for \(\hat{A}^{-}_c\).
conlist
A list of additional arguments to pass to the contour
function.
By default, the contour labels are not shown.