README.md

TimePlotR

a naive library of time-related graphs

Install:

devtools::install_github("TimeWz667/TimePlotR")

Import:

library(TimePlotR)

Sankey diagram for panel data. d

Data frame

head(FourLevels)

Usage:

dat.ss = as.stage.series(FourLevels, c('Lv1', 'Lv2', 'Lv3', 'Lv4'))
print(dat.ss)

State transition diagram

Monte-Carlo trends

Stage distribution diagram

Figures

hierarchical.sankey(dat.ss, bar.dist.min = 20)


TimeWz667/TimePlotR documentation built on May 28, 2019, 12:58 p.m.