histogram.pbo {pbo} | R Documentation |
PBO rank logits histogram.
Description
Draws an annotated histogram of PBO rank logits.
Usage
## S3 method for class 'pbo'
histogram(
x,
data = NULL,
show_pbo = TRUE,
show_regions = TRUE,
show_config = TRUE,
col_bar = "#cc99cc",
col_line = "#3366cc",
...
)
Arguments
x |
an object of class |
data |
should not be used |
show_pbo |
whether to show the PBO value annotation, default TRUE |
show_regions |
whether to show the overfit region annotations, default TRUE |
show_config |
whether to show the study dimension annotations, default TRUE |
col_bar |
histogram bar fill color passed to histogram panel |
col_line |
density plot line color passed to density plot panel |
... |
other parameters passed to |
Details
Uses lattice function histogram
,
densityplot
, and
panel.abline
panels together with
class-specific annotations.
See Also
pbo, dotplot.pbo, xyplot.pbo
[Package pbo version 1.3.5 Index]