Usage
## S3 method for class 'rma':
radial(x, center=FALSE, xlim=NULL, zlim=NULL, xlab=NULL, zlab=NULL,
atz=NULL, aty=NULL, steps=7, level=x$level, digits=2,
back="lightgray", transf=FALSE, targs=NULL, pch=19,
arc.res = 100, cex=NULL, \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. Defaults to NULL
, which means that the function tries to set the x axis limits to some sensible values.
zlim
z axis limits. Defaults to NULL
, which means that 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. Defaults to NULL
, which means that a label is generated by the function.
zlab
title for the z axis. Defaults to NULL
, which means that a label is generated by the function.
atz
position for the z axis tick marks and labels. Defaults to NULL
, which means that these are set by the function.
aty
position for the y axis tick marks and labels. Defaults to NULL
, which means that these 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
a 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 value 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
an optional argument specifying the name of a function that should be used to transform the y axis labels (e.g., transf=exp
). Defaults to FALSE
, which means that 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 value specifying the number of line segments to use when drawing the y axis and confidence interval arcs (default is 100).
cex
an optional character and symbol expansion factor. If NULL
(default), the function tries to set this to a sensible value.