Description Usage Arguments Value Examples
View source: R/contourBivCop.R
Contour plot of bivariate copula density with standard Gaussian margins
1 | contourBivCop(cpar,zvec,dcop,irefl=F)
|
cpar |
copula parameter |
zvec |
grid points of N(0,1) density for computing bivariate density |
dcop |
function for bivariate copula density with arguments u,v,cpar |
irefl |
flag to take reflection of dcop, default is F |
nothing is returned, a contour plot is drawn
1 2 3 4 5 | zvec=seq(-3,3,.2)
# contour density plots for Frank, Gumbel, reflected Gumbel
contourBivCop(4,zvec,dcop=dfrk)
contourBivCop(2.5,zvec,dcop=dgum)
contourBivCop(2.5,zvec,dcop=dgum,irefl=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.