Learn R Programming

copula (version 0.99-4)

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]

Examples

Run this code
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))

Run the code above in your browser using DataLab