prFpXrange | R Documentation |
If the borders are smaller than the upper/lower limits then clip the graph. The line will have arrows indicating that it continues beyond the graph The zero bar has to be on the chart though!
prFpXrange(upper, lower, clip, zero, xticks, xlog)
upper |
The upper bound of the confidence interval for the forestplot, needs to be the same format as the mean. |
lower |
The lower bound of the confidence interval for the forestplot, needs to be the same format as the mean. |
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. If you provide NA the line is suppressed. |
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,
|
xlog |
If TRUE, x-axis tick marks are to follow a logarithmic scale, e.g. for
logistic regression (OR), survival estimates (HR), Poisson regression etc.
Note: This is an intentional break with the original |
vector
Contains a min and max value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.