inst/examples/R/data/graphics/scatterplot_matrix/example_splom_ggplot.R

library("MASS")
library("ggplot2")
library("GGally")
ggpairs(Boston, columns=c(6,13,14))
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.