prFpXrange: Gets the x-axis range

Description Usage Arguments Value

View source: R/forestplot2_helpers.R

Description

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!

Usage

1
prFpXrange(upper, lower, clip, zero, xticks, xlog)

Arguments

upper

The upper bound of the confidence interval for the forestplot, needs to be the same format as the mean, i.e. matrix/vector of equal columns & length

lower

The lower bound of the confidence interval for the forestplot, needs to be the same format as the mean, i.e. matrix/vector of equal columns & length

clip

Lower and upper limits for clipping confidence intervals to arrows

zero

x-axis coordinate for zero line

xticks

Optional user-specified x-axis tick marks. Specify NULL to use the defaults, numeric(0) to omit the x-axis.

xlog

If TRUE, x-axis tick marks are exponentiated

Value

vector Contains a min and max value


raredd/Gmisc0 documentation built on May 27, 2019, 2:02 a.m.