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

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

Awesome Lists containing this project

README

          

# Waterfall Charts in R

[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/waterfall)](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>