Create forest plot for infectious period
Source:R/forest_plot_delay.R
forest_plot_infectious_period.Rd
Create forest plot for infectious period
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 infectious period.