Learn R Programming

copula (version 0.999-7)

contour-methods: Methods for Function `contour' in Package `copula'

Description

Methods for function contour in package copula

Arguments

Details

When x is of class "copula", the following arguments can be supplied: [object Object],[object Object],[object Object] When x is of class "mvdc", the following arguments replace the effect of n = 51: [object Object],[object Object],[object Object],[object Object]

See Also

The persp-methods for perspective aka 3D plots.

Examples

Run this code
contour(frankCopula(-0.8), dCopula)
contour(frankCopula(-1.2), pCopula)
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))

Run the code above in your browser using DataLab