Skip to contents

metaExtra provides a collection of extra utility functions for meta-analysis in R, designed to complement the meta package. It currently includes:

  • forest_save() saves a meta forest plot to disk with automatically calculated optimal dimensions.
  • forest_dims() calculates the optimal width and height of a meta forest plot.

Installation

You can install the development version of metaExtra from GitHub with:

# install.packages("pak")
pak::pak("NourEdinDarwish/metaExtra")