prFpGetGraphTicksAndClips {forestplot} | R Documentation |
Gets the x-label and zero-bar details
prFpGetGraphTicksAndClips(xticks, xticks.digits, grid, xlog, xlab, lwd.xaxis, col, txt_gp, clip, zero, x_range, mean, graph.pos)
xticks |
Optional user-specified x-axis tick marks. Specify NULL to use
the defaults, numeric(0) to omit the x-axis. By adding a labels-attribute,
|
xticks.digits |
The number of digits to allow in the x-axis if this is created by default |
grid |
If you want a discrete gray dashed grid at the level of the
ticks you can set this parameter to |
xlog |
If TRUE, x-axis tick marks are to follow a logarithmic scale, e.g. for
logistic regressoin (OR), survival estimates (HR), poisson regression etc.
Note: This is an intentional break with the original |
xlab |
x-axis label |
lwd.xaxis |
lwd for the xaxis, see |
col |
Set the colors for all the elements. See |
txt_gp |
Set the fonts etc for all text elements. See |
clip |
Lower and upper limits for clipping confidence intervals to arrows |
zero |
x-axis coordinate for zero line. If you provide a vector of length 2 it will print a rectangle instead of just a line. |
x_range |
The range that the values from the different confidence interval span |
mean |
The original means, either matrix or vector |
graph.pos |
The position of the graph element within the table of text. The
position can be |
list
Returns a list with axis_vp, axisGrob, labGrob, zero and clip