knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

  \newline

library(daehyun.sankey)
library(ggplot2)
library(ggalluvial)

  \newline

sankeyplot(my_data,0,0); sankeyplot(my_data,0,1)
sankeyplot(my_data,1,0); sankeyplot(my_data,1,1)


kimdaeh/daehyun.sankey documentation built on March 10, 2020, 12:06 a.m.