Examples for 'GGally::ggscatmat'


Traditional scatterplot matrix for purely quantitative variables

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))
plot of chunk example-GGally-ggscatmat-1
p_(ggscatmat(flea, columns = 2:4, color = "species"))
plot of chunk example-GGally-ggscatmat-1

[Package GGally version 2.1.2 Index]