View source: R/pairs_copula_data.R
pairs_copula_data | R Documentation |
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.
pairs_copula_data(data, ...)
data |
the data (must lie in the unit hypercube). |
... |
other parameters passed to |
u <- replicate(3, runif(100)) pairs_copula_data(u)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.