Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gforge/forestplot
- Owner: gforge
- Created: 2014-12-22T17:53:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T21:08:58.000Z (8 months ago)
- Last Synced: 2024-10-03T15:14:00.324Z (about 1 month ago)
- Topics: cran, forestplot, r
- Language: R
- Homepage:
- Size: 2.97 MB
- Stars: 43
- Watchers: 6
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.