Examples for 'GGally::print.ggmatrix'


Print 'ggmatrix' object

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`.
plot of chunk example-GGally-print.ggmatrix-1

[Package GGally version 2.1.2 Index]