plot.copula: Plot copulas
Usage
# S3 method for copula
plot(x, jitter. = FALSE, jitter.factor = 1, ...)
Arguments
- x
A copula object
- jitter.
If jitter=TRUE
, the values are jittered
before plotting. Defaults to jitter. = FALSE
.
- jitter.factor
How much jittering to use. Defaults to
jitter.factor = 1
.
- ...
Other arguments to pass through to plot
.