R/corrgram.R

"corrgram" <-
function(x){
  gpairs(x,
         upper.pars = list(conditional = 'barcode', scatter = 'corrgram',
                           mosaic = 'mosaic'),
         lower.pars = list(conditional = 'boxplot', scatter = 'loess', mosaic = 'mosaic'),
         scatter.pars = list(pch = NA),
         outer.labels = 'none',
         gap = 0,
         diag.pars = list(show.hist = FALSE))
}

Try the gpairs package in your browser

Any scripts or data that you put into this service are public.

gpairs documentation built on April 14, 2020, 6:16 p.m.