SkillAgentSearch skills...

Ggwaterfall

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

Install / Use

/learn @AndreyAkinshin/Ggwaterfall
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

ggwaterfall

<!-- badges: start --> <!-- badges: end -->

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")
<img src="man/figures/README-example-1.png" width="100%" />
waterfall_ft(rdistrs(10), rainbow(7), title = "Waterfall Frequency Trail Plot")
<img src="man/figures/README-example-2.png" width="100%" />
waterfall_density(rdistrs(20), style.pulsar = TRUE)
<img src="man/figures/README-example-3.png" width="100%" />
waterfall_density(rdistrs(20), metric = "mean", sort.value = "metric",
                  show.labels = TRUE)
<img src="man/figures/README-example-4.png" width="100%" />

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated1mo ago
Forks3

Languages

R

Security Score

75/100

Audited on Feb 3, 2026

No findings