prFpGetGraphTicksAndClips: A helper function to forestplot2

Description Usage Arguments Value

View source: R/forestplot2_helpers.R

Description

Gets the x-label and zero-bar details

Usage

1
2
prFpGetGraphTicksAndClips(xticks, xticks.digits, xlog, xlab, lwd.xaxis, col,
  cex, cex.axis, clip, zero, x_range, nc, mean)

Arguments

xticks

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

xticks.digits

The number of digits to allow in the x-axis if this is created by default.

xlog

If TRUE, x-axis tick marks are exponentiated

xlab

x-axis label

lwd.xaxis

lwd for the xaxis

col

See fpColors

cex

The font adjustment

cex.axis

The font adjustment for the x-xaxis, defaults to 60 % of the cex parameter.

clip

Lower and upper limits for clipping confidence intervals to arrows

zero

x-axis coordinate for zero line

x_range

The range that the values from the different confidence interval span

nc

Number of columns

mean

The original means, either matrix or vector

Value

list Returns a list with axis_vp, axisGrob, labGrob, zero and clip


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