Draws an annotated dot plot of study selection sorted by in-sample selection frequency.
# S3 method for pbo
dotplot(
x,
data = NULL,
main,
xlab = "Sorted Study Number (N)",
ylab = "IS Selection Frequency",
show_config = TRUE,
show_grid = TRUE,
sel_threshold = 0,
...
)
a pbo
object as returned by pbo
.
should not be used
plot title, default computed internally,
passed to dotplot
.
x-axis label with default,
passed to dotplot
.
y-axis label with default,
passed to dotplot
.
whether to show the study dimension annotations, default TRUE
whether to show the grid panel, default TRUE
the minimum in-sample frequency subsetting threshold, default 0; selection frequencies at or below this value will be omitted
other parameters as passed to dotplot
.
pbo, histogram.pbo, xyplot.pbo