contour-methods {copula} | R Documentation |
Methods for function contour
in package copula
When x
is of class "copula"
, the following arguments can be
supplied:
"dcopula"
or "pcopula"
."contour"
When x
is of class "mvdc"
, the following arguments
replace the effect of n = 51
:
"copula"
or
"indepCopula"
object. "mvdc"
object. contour(frankCopula(-0.8), dcopula) contour(claytonCopula(2), pcopula) x <- mvdc(gumbelCopula(3), c("norm", "norm"), list(list(mean = 0, sd =1), list(mean = 1))) contour(x, dmvdc, xlim=c(-2, 2), ylim=c(-1, 3)) contour(x, pmvdc, xlim=c(-2, 2), ylim=c(-1, 3))