powered by
A version of graphics' package pairs(), particularly useful for visualizing dependence in multivariate (copula) data.
pairs()
pairs2(x, labels = NULL, labels.null.lab = "U", ...)
invisible()
a numeric matrix or an R object for which as.matrix(x) returns such a matrix.
matrix
as.matrix(x)
the variable names, typically unspecified.
the character string determining the “base name” of the variable labels in case labels is NULL and x does not have all column names given.
character
labels
NULL
x
further arguments, passed to pairs().
splom2() for a similar function based on splom().
splom2()
splom()
## Create a 100 x 7 matrix of random variates from a t distribution ## with four degrees of freedom and plot the generated data U <- matrix(rt(700, df = 4), ncol = 7) pairs2(U, pch = ".")
Run the code above in your browser using DataLab