| plot.cds {cds} | R Documentation | 
Plot cds Objects
Description
Plot method for cds objects
Usage
## S3 method for class '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,
  ...)
Arguments
x | 
 An object of class   | 
which | 
 A numeric vector: a subset of   | 
type | 
 Passed to   | 
lty | 
 Passed to   | 
lwd | 
 Passed to   | 
show.legend | 
 Logical; should a legend be added to the plot or not.  | 
col | 
 Passed to   | 
bty.legend | 
 Passed to   | 
intercept | 
 Logical indicating whether to plot the intercept.  | 
scale | 
 Logical indicating whether an intercept should be included or not.  | 
add | 
 Logical; add to plot or not?  | 
exp.factor | 
 Factor for expanding the x- and y-limits.  | 
bubble.fact | 
 Passed to   | 
cont.factor | 
 Continuity correction to apply in case one of the alpha's are equal to zero.  | 
pch | 
 Plotting character to use.  | 
... | 
 Additional arguments passed to   | 
[Package cds version 1.0.3 Index]