Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gforge/forestplot

Advanced forest plots in R using grid graphics
https://github.com/gforge/forestplot

cran forestplot r

Last synced: 17 days ago
JSON representation

Advanced forest plots in R using grid graphics

Awesome Lists containing this project

README

        

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/forestplot)](https://cran.r-project.org/package=forestplot) [![](https://cranlogs.r-pkg.org/badges/forestplot)](https://cran.r-project.org/package=forestplot)

# Forest plot package

The **forestplot** package enables the creation of advanced forest plots, offering features such as multiple confidence intervals per row, customizable fonts for individual text elements, and custom confidence interval drawing functions. Additionally, it supports text mixed with mathematical expressions, extending the use of forest plots beyond traditional meta-analyses. This package is a more general version of the original 'rmeta' package's forestplot function, with heavy reliance on the 'grid' package for graphical elements.

## Questions

Given the package's popularity, it's recommended to ask questions on [StackOverflow](https://stackoverflow.com/) where others can benefit from the shared knowledge. Please use the [r-forestplot](https://stackoverflow.com/questions/tagged/r-forestplot) tag to ensure your question is easily discoverable.

## Contributing

All contributions are welcome! The package is managed on [GitHub](https://github.com/gforge/forestplot). To contribute, consider starting by [creating an issue](https://github.com/gforge/forestplot/issues). If you have a solution, feel free to fork the repository, make your changes, and submit a [pull request](https://github.com/gforge/forestplot/pulls) when you're ready.