Usage
radial(x, ...)
galbraith(x, ...)
## S3 method for class 'rma':
radial(x, center=FALSE, xlim, zlim, xlab, zlab,
atz, aty, steps=7, level=x$level, digits=2, back="lightgray",
transf, targs, pch=19, arc.res=100, cex, \dots)
Arguments
x
an object of class "rma"
.
center
logical to indicate whether the plot should be centered horizontally at the model estimate (default is FALSE
).
xlim
x-axis limits. If unspecified, the function tries to set the x-axis limits to some sensible values.
zlim
z-axis limits. If unspecified, the function tries to set the z-axis limits to some sensible values (note that the z-axis limits are the actual vertical limit of the plotting region).
xlab
title for the x-axis. If unspecified, the function tries to set an appropriate axis title.
zlab
title for the z-axis. If unspecified, the function tries to set an appropriate axis title.
atz
position for the z-axis tick marks and labels. If unspecified, these values are set by the function.
aty
position for the y-axis tick marks and labels. If unspecified, these values are set by the function.
steps
the number of tick marks for the y-axis (default is 7). Ignored when argument aty
is used.
level
numerical value between 0 and 100 specifying the level of the z-axis error region (the default is to take the value from the object).
digits
integer specifying the number of decimal places to which the tick mark labels of the y-axis should be rounded (default is 2).
back
color of the z-axis error region. Set to NA
to suppress shading of the region.
transf
optional argument specifying the name of a function that should be used to transform the y-axis labels (e.g., transf=exp
). If unspecified, no transformation is used.
targs
optional arguments needed by the function specified via transf
.
pch
plotting symbol. By default, a solid circle is used. See points
for other options. arc.res
integer specifying the number of line segments to use when drawing the y-axis and confidence interval arcs (default is 100).
cex
optional character and symbol expansion factor. If unspecified, the function tries to set this to a sensible value.