Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
/ ggwaterfall Public archive

R package with functions for drawing density and frequency trail waterfall plots

License

Notifications You must be signed in to change notification settings

AndreyAkinshin/ggwaterfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggwaterfall

ggwaterfall provides functions for drawing waterfall plots. Includes density and frequency trails waterfall plots.

Installation

You can install the latest version of ggwaterfall from GitHub with:

install.packages("devtools")
library(devtools)
install_github("AndreyAkinshin/ggwaterfall")

Example

Here are some ggwaterfall usage examples:

library(ggwaterfall)
waterfall_density(rdistrs(5), title = "Waterfall Density Plot")

waterfall_ft(rdistrs(10), rainbow(7), title = "Waterfall Frequency Trail Plot")

waterfall_density(rdistrs(20), style.pulsar = TRUE)

waterfall_density(rdistrs(20), metric = "mean", sort.value = "metric",
                  show.labels = TRUE)

About

R package with functions for drawing density and frequency trail waterfall plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages