powered by
pairs()
pairs2(x, labels = NULL, labels.null.lab = "U", ...)
matrix
as.matrix(x)
character
labels
NULL
x
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