panel.meta_densityplot: Panel Function for Metaplot Density

panel.meta_densityplotR Documentation

Panel Function for Metaplot Density

Description

Variant of panel.densityplot that supports filled area and alpha points.

Usage

panel.meta_densityplot(
  x,
  darg = list(n = 512),
  plot.points = "jitter",
  ref = FALSE,
  groups = NULL,
  weights = NULL,
  jitter.amount = 0.01 * diff(current.panel.limits()$ylim),
  type = "p",
  verbose = FALSE,
  ...,
  identifier = "density",
  group.number
)

Arguments

x

see link[lattice]{panel.densityplot}

darg

see link[lattice]{panel.densityplot}

plot.points

see link[lattice]{panel.densityplot}

ref

see link[lattice]{panel.densityplot}

groups

see link[lattice]{panel.densityplot}

weights

see link[lattice]{panel.densityplot}

jitter.amount

see link[lattice]{panel.densityplot}

type

see link[lattice]{panel.densityplot}

verbose

generate messages describing process

...

see link[lattice]{panel.densityplot}

identifier

see link[lattice]{panel.densityplot}

See Also

Other panel functions: boxplot_panel(), categorical_panel(), corsplom_gg_correlation(), corsplom_gg_diagonal(), corsplom_gg_scatter(), corsplom_panel_correlation(), corsplom_panel_diagonal(), corsplom_panel_scatter(), dens_panel(), diag_label(), diag_pin(), iso_prepanel(), metaplot_key(), metaplot_ref(), panel_tile(), scatter_panel_ref(), scatter_panel()

Other univariate plots: dens_panel(), densplot.data.frame(), densplot_data_frame(), densplot(), metaplot.data.frame()


bergsmat/metaplot documentation built on Feb. 21, 2024, 1:18 p.m.