panel.marginal.density: panel.marginal.density

Description Usage Arguments Details Value Author(s) See Also

View source: R/panel.marginal.density.R

Description

Panel function for supplementing scatter plots with marginal density graphics

Usage

1
2
3
4
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
...

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.

Value

None

Author(s)

David C. Norris

See Also

panel.densityplot


VizOR documentation built on May 30, 2017, 5:29 a.m.