prepLabelText {forestplot} | R 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 |
nr |
The number of rows |
x |
A |
i |
The row |
j |
The column |
... |
Passed on to the |
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. Returnsexpression
,call
, ortext
.
[Package forestplot version 3.1.7 Index]