Learn R Programming

VizOR (version 0.8-5)

panel.marginal.density: panel.marginal.density

Description

Panel function for supplementing scatter plots with marginal density graphics

Usage

panel.marginal.density(x, y, darg = list(n = 30), plot.points = FALSE, groups = NULL, weights = NULL, jitter.amount = 0.01 * diff(current.panel.limits()$ylim), type = "p", ..., identifier = "density", intrude = 0.1)

Arguments

x
y
...

Value

None

Details

This panel function is adapted directly from lattice::panel.densityplot, and aims to make inclusion of optional density graphics on either or both axes of x-y scatter plots.

See Also

panel.densityplot