generate_forestp: Forest plot render

View source: R/forest_plot.R

generate_forestpR Documentation

Forest plot render

Description

Forest plot render

Usage

generate_forestp(data, text, xlab, issum, xticks, line_height = 1.3)

Arguments

data

a data frame for numerical values of the forest plot

text

a data frame for the text part of the forest plot

xlab

a character string of x-axis label

issum

a logical vector indicating the summary row

xticks

a vector specifying the x-axis tick marks

line_height

a numeric value specifying the space between the rows

Value

a forest plot object


door documentation built on Aug. 8, 2025, 6:45 p.m.

Related to generate_forestp in door...