Aliases: ggscatmat
Keywords:
### ** Examples # small function to display plots only if it's interactive p_ <- GGally::print_if_interactive data(flea) p_(ggscatmat(flea, columns = 2:4))
p_(ggscatmat(flea, columns = 2:4, color = "species"))