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