Plot method for cds objects
# S3 method for cds
plot(
x,
which = 1L:3L,
type = "l",
lty = 1,
lwd = 2,
show.legend = TRUE,
col = colorspace::rainbow_hcl(nr),
bty.legend = "n",
intercept = ncol(x$alphamat) == 4,
scale = FALSE,
add = FALSE,
exp.factor = 1.2,
bubble.fact = 0.12,
cont.factor = 0.01,
pch = 15,
...
)An object of class cds.
A numeric vector: a subset of 1:3 specifying the plots to produce.
Passed to matplot.
Passed to matplot.
Passed to matplot.
Logical; should a legend be added to the plot or not.
Passed to matplot.
Passed to legend.
Logical indicating whether to plot the intercept.
Logical indicating whether an intercept should be included or not.
Logical; add to plot or not?
Factor for expanding the x- and y-limits.
Passed to calc.wt.bubbles as argument fact.
Continuity correction to apply in case one of the alpha's are equal to zero.
Plotting character to use.
Additional arguments passed to points.