plotCopulaOne: Contour plots of CopulaOne

View source: R/copulaone.R

plotCopulaOneR Documentation

Contour plots of CopulaOne

Description

Contour plots based on either normal scores or uniform scores

Usage

plotCopulaOne(
  para,
  marg = "normal",
  drawlabels = T,
  flag = 1,
  integration = F,
  resolution = 30,
  copula_family = "PPPP",
  main = NULL
)

Arguments

para:

vector of parameters (GGEE: a, b; PPPP: al, be, a, b)

marg:

indicate normal scores or uniform scores (default: marg = "normal")

resolution:

number of evaluations for each dimension (default is 30)

flag:

used in the appell function (default is 1)

main:

title of the plot, default: details of the plot

Examples

plotCopulaOne(c(0.5, 1.8), copula_family="GGEE")
plotCopulaOne(c(0.5, 1.8), marg="uniform", resolution=20, copula_family="GGEE")
plotCopulaOne(c(0.5, 2.1,1,1), resolution=100, copula_family="PPPP")

larryleihua/CopulaOne documentation built on Jan. 18, 2024, 5:28 a.m.