make_ticks {forestploter} | R Documentation |
Set x-axis ticks
Description
Create ticks points.
Usage
make_ticks(at = NULL, xlim, refline = 1, x_trans = "none")
Arguments
at |
Numerical vector, create ticks at given values. |
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
|
x_trans |
Change axis scale, Allowed values are one of c("none", "log", "log2",
"log10"). Default is |
Value
A vector