ggSmoothScatter: Mimicking the graphics::smoothScatter behaviour for...

View source: R/ggSmoothScatter.R

ggSmoothScatterR Documentation

Mimicking the graphics::smoothScatter behaviour for GGally::ggpairs

Description

Mimicking the graphics::smoothScatter behaviour for GGally::ggpairs

Usage

ggSmoothScatter(
  data,
  mapping,
  colours = colorRampPalette(c("white", blues9[5:9], "black"))(256),
  xlim = NULL,
  ylim = NULL,
  ...
)

Arguments

data

Data to be visualized, normally not directly set by the user

mapping

Data mapping, normally not directly set by the user

colours

Colours to be used

xlim

NULL or a vector of two numbers

ylim

NULL or a vector of two numbers

...

Other parameters passed to stat_density_2d

Note

So far the outliers are not plotted, to be done later


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.