powered by
pairsplot of QQ plots
pairsQQ(obj, main = "")
dataframe or matrix
- title
qqplot and pairs
qqplot
pairs
# 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