README.md

Build Status CRAN RStudio mirror downloads CRAN version

funnelD3

D3 JavaScript funnel plots for R

Sankey barplot

Wrapper for the sankey-barchart.js written by @terrancesnyder, which aims to provides a visualization similar to google analytics funnel report.

data <- data.frame(label=c("step 1","step 2","step 3","step 4"),
                  value=c(1000,600,400,100))
sankeyBarChart(data)

Details described in: https://gist.github.com/terrancesnyder/227e02f3e2c8eef23f96



alberthkcheng/funnelD3 documentation built on May 10, 2019, 8:51 a.m.