prepLabelText: Prepares label text

View source: R/private_prepLabelText.R

prepLabelTextR Documentation

Prepares label text

Description

Prepares an object that contains the number of columns and rows

Usage

prepLabelText(labeltext, nr)

## S3 method for class 'forestplot_labeltext'
x[i, j, ...]

Arguments

labeltext

The label text input, either expression, list vector or matrix

nr

The number of rows

x

A forestplot_labeltext object

i

The row

j

The column

...

Passed on to the fn.ci_norm and fn.ci_sum arguments

Value

Returns a forestplot_labeltext object with attributes:

  • no_cols

  • no_rows

  • widthcolumn

  • label_type

Functions

  • [: Pick the value that corresponds to the row and column. Returns expression, call, or text.


forestplot documentation built on Aug. 26, 2023, 5:07 p.m.