View source: R/ggSmoothScatter.R
ggSmoothScatterWithAux | R Documentation |
Mimicking the graphics::smoothScatter behaviour for GGally::ggpairs, with aux lines
ggSmoothScatterWithAux(
data,
mapping,
colours = colorRampPalette(c("white", blues9[5:9], "black"))(256),
xlim = NULL,
ylim = NULL,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.