Aliases: print.ggmatrix
Keywords:
### ** Examples data(tips, package = "reshape") pMat <- ggpairs(tips, c(1,3,2), mapping = ggplot2::aes_string(color = "sex")) pMat # calls print(pMat), which calls print.ggmatrix(pMat)
`stat_bin()` using `bins = 30`. Pick better value with `binwidth`. `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.