Draws an annotated histogram of PBO rank logits.
# S3 method for pbo
histogram(
x,
data = NULL,
show_pbo = TRUE,
show_regions = TRUE,
show_config = TRUE,
col_bar = "#cc99cc",
col_line = "#3366cc",
...
)
an object of class pbo
as returned by pbo
.
should not be used
whether to show the PBO value annotation, default TRUE
whether to show the overfit region annotations, default TRUE
whether to show the study dimension annotations, default TRUE
histogram bar fill color passed to histogram panel
density plot line color passed to density plot panel
other parameters passed to histogram
,
densityplot
, or panel.abline
.
Uses lattice function histogram
,
densityplot
, and
panel.abline
panels together with
class-specific annotations.
pbo, dotplot.pbo, xyplot.pbo