Usage
baujat(x, ...)
"baujat"(x, yscale=1, xlim, ylim, xlab="Contribution to overall heterogeneity", ylab="Influence on overall result", pch=21, cex=1, col="black", bg="darkgray", studlab=TRUE, cex.studlab=0.8, xmin=0, ymin=0, pos=2, offset=0.5, grid=TRUE, col.grid="lightgray", lty.grid="dotted", lwd.grid=par("lwd"), pty="s", ...)
Arguments
x
An object of class meta
.
yscale
Scaling factor for values on y-axis.
xlim
The x limits (min,max) of the plot.
ylim
The y limits (min,max) of the plot.
xlab
A label for the x-axis.
ylab
A label for the y-axis.
pch
The plotting symbol used for individual studies.
cex
The magnification to be used for plotting symbol.
col
A vector with colour of plotting symbols.
bg
A vector with background colour of plotting symbols (only
used if pch
in 21:25
).
studlab
A logical indicating whether study labels should be
printed in the graph. A vector with study labels can also be
provided (must be of same length as x$TE
then).
cex.studlab
The magnification for study labels.
xmin
A numeric specifying minimal value to print study labels (on x-axis).
ymin
A numeric specifying minimal value to print study labels (on y-axis).
pos
A position specifier for study labels (see text
). offset
Offset for study labels (see text
). grid
A logical indicating whether a grid is printed in the plot.
col.grid
Colour for grid lines.
lty.grid
The line type for grid lines.
lwd.grid
The line width for grid lines.
pty
A character specifying type of plot region (see par
). ...
Graphical arguments as in par
may also be
passed as arguments.