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

View source: R/ggSmoothScatter.R

ggSmoothScatterWithAuxR Documentation

Mimicking the graphics::smoothScatter behaviour for GGally::ggpairs, with aux lines

Description

Mimicking the graphics::smoothScatter behaviour for GGally::ggpairs, with aux lines

Usage

ggSmoothScatterWithAux(
  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

Compared with ggSmoothScatter,


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