Skip to contents

Create forest plot for incubation period

Usage

forest_plot_incubation_period(df, ulim = 30, reorder_studies = TRUE, ...)

Arguments

df

The data frame containing the necessary data for generating the forest plot.

ulim

The upper limit for the x-axis of the plot. Default is 10.

reorder_studies

Logical. If TRUE, the studies will be reordered using the reorder_studies function. Default is TRUE.

...

Additional arguments to be passed to the forest_plot function.

Details

This function is a wrapper for forest_plot_delay_int that is specifically for the incubation period.