boxplot_panel: Panel Function for Metaplot Boxplot

Description Usage Arguments See Also

View source: R/box.R

Description

Panel function for metaplot boxplot. Calls, panel.bwplot and plots reference lines if ref has length.

Usage

1
2
boxplot_panel(ref = NULL, horizontal, pch = "|", notch = FALSE, ref.col,
  ref.lty, ref.lwd, ref.alpha, verbose = FALSE, ...)

Arguments

ref

numeric

horizontal

passed to panel.bwplot

pch

passed to panel.bwplot

notch

passed to panel.bwplot

ref.col

passed to panel.abline as col

ref.lty

passed to panel.abline as lty

ref.lwd

passed to panel.abline as lwd

ref.alpha

passed to panel.abline as alpha

verbose

generate messages describing process

See Also

Other panel functions: 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.meta_densityplot, panel_tile, scatter_panel_ref, scatter_panel

Other mixedvariate plots: boxplot.data.frame, boxplot_data_frame


metaplot documentation built on May 1, 2019, 10:17 p.m.