Examples for 'GGally::scatmat'


Plots the lowertriangle and density plots of the scatter plot matrix.

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

[Package GGally version 2.1.2 Index]