dotplot.pbo {pbo} | R Documentation |
PBO in-sample selection dot plot.
Description
Draws an annotated dot plot of study selection sorted by in-sample selection frequency.
Usage
## S3 method for class 'pbo'
dotplot(
x,
data = NULL,
main,
xlab = "Sorted Study Number (N)",
ylab = "IS Selection Frequency",
show_config = TRUE,
show_grid = TRUE,
sel_threshold = 0,
...
)
Arguments
x |
a |
data |
should not be used |
main |
plot title, default computed internally,
passed to |
xlab |
x-axis label with default,
passed to |
ylab |
y-axis label with default,
passed to |
show_config |
whether to show the study dimension annotations, default TRUE |
show_grid |
whether to show the grid panel, default TRUE |
sel_threshold |
the minimum in-sample frequency subsetting threshold, default 0; selection frequencies at or below this value will be omitted |
... |
other parameters as passed to |
See Also
pbo, histogram.pbo, xyplot.pbo
[Package pbo version 1.3.5 Index]