make_xaxis | R Documentation |
This function used to x-axis for the forest plot.
make_xaxis(
at,
at_minor = NULL,
xlab = NULL,
x0 = 1,
x_trans = "none",
ticks_digits = 1,
gp = gpar(),
xlab_gp = NULL,
xlim
)
at |
Numerical vector, create ticks at given values. |
at_minor |
Numerical vector, create ticks at given values without label. |
xlab |
X-axis labels, it will be put under the x-axis. An atomic vector should
be provided if different |
x0 |
Position of vertical line for 0 or 1. |
x_trans |
Change axis scale, Allowed values are one of c("none", "log", "log2",
"log10"). Default is |
ticks_digits |
Number of digits for the x-axis, default is |
gp |
Graphical parameters for arrow. |
xlab_gp |
Graphical parameters for xlab. |
xlim |
Limits for the x axis as a vector of length 2, i.e. c(low, high). It
will take the minimum and maximum of the lower and upper value if not provided.
This will apply to all CI columns if provided, and will be calculated automatically
for each column if not provided. This should be a list with the same length of
|
A grob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.