Learn R Programming

quantable (version 0.3.6)

pairsQQ: pairsplot of QQ plots

Description

pairsplot of QQ plots

Usage

pairsQQ(obj, main = "")

Arguments

obj

dataframe or matrix

main

- title

See Also

qqplot and pairs

Examples

Run this code
# NOT RUN {
 tmp = matrix(rep((1:100),times = 4) + rnorm(100*4,0,3),ncol=4)
pairsQQ( tmp)
# }

Run the code above in your browser using DataLab