Create forest plot for serial interval
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_studiesfunction. Default is TRUE.- ...
 Additional arguments to be passed to the
forest_plotfunction.
Details
This function is a wrapper for forest_plot_delay_int
that is specifically for the serial interval.