plot.BiCop | R Documentation |
There are several options for plotting BiCop objects. The density of a
bivariate copula density can be visualized as surface/perspective or contour
plot. Optionally, the density can be coupled with standard normal margins
(default for contour plots). Furthermore, a lambda-plot is available (cf.,
BiCopLambda()
).
## S3 method for class 'BiCop'
plot(x, type = "surface", margins, size, ...)
## S3 method for class 'BiCop'
contour(x, margins = "norm", size = 100L, ...)
x |
|
type |
plot type; either |
margins |
only relevant for types |
size |
integer; only relevant for types |
... |
optional arguments passed to |
Thomas Nagler
BiCop()
, contour()
, lattice::wireframe()
## construct BiCop object for a Tawn copula
obj <- BiCop(family = 104, par = 2.5, par2 = 0.4)
## plots
plot(obj) # surface plot of copula density
contour(obj) # contour plot with standard normal margins
contour(obj, margins = "unif") # contour plot of copula density
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.