https://github.com/k3jph/waterfall
Waterfall Charts in R
https://github.com/k3jph/waterfall
lattice r waterfall waterfall-charts
Last synced: 7 months ago
JSON representation
Waterfall Charts in R
- Host: GitHub
- URL: https://github.com/k3jph/waterfall
- Owner: k3jph
- License: other
- Created: 2015-01-17T14:13:52.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-09T21:03:53.000Z (over 7 years ago)
- Last Synced: 2025-03-07T18:04:49.456Z (8 months ago)
- Topics: lattice, r, waterfall, waterfall-charts
- Language: R
- Size: 120 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waterfall Charts in R
[](https://CRAN.R-project.org/package=waterfall)
This package provides support for creating waterfall charts in R using
both traditional base and lattice graphics.## Dependencies
* lattice
## Contribution guidelines
* Use [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/)
* Document functions using [roxygen2](https://github.com/yihui/roxygen2)
* Use [ZenHub](https://www.zenhub.com/) for project management on GitHub## For more information
* [Waterfall Plots in R website](https://jameshoward.us/software/waterfall)
* James P. Howard, II <jh@jameshoward.us>