pairs_copula_data: Exploratory pairs plot for copula data

View source: R/pairs_copula_data.R

pairs_copula_dataR Documentation

Exploratory pairs plot for copula data

Description

This function provides pair plots for copula data. It shows bivariate contour plots on the lower panel, scatter plots and correlations on the upper panel and histograms on the diagonal panel.

Usage

pairs_copula_data(data, ...)

Arguments

data

the data (must lie in the unit hypercube).

...

other parameters passed to pairs.default(), contour.bicop(), points.default(), hist.default(), or bicop().

Examples

u <- replicate(3, runif(100))
pairs_copula_data(u)

rvinecopulib documentation built on March 7, 2023, 6:20 p.m.