statusplot: Create Process Status Plot

Description Usage Arguments Value Examples

Description

Create process status plot, with each bar indicating each process, and each color indicating different categories of status.

Usage

1

Arguments

df

a data.frame

Value

Invisible NULL

Examples

1
2
3
4
statusplot(data.frame(name = c("name1", "name2", "name3"),
 start = c("20150101", "20150201", "20150301"),
 end = c("20150110", "20150220", "20150330"),
 flag = c("good", "med", "bad")))

sunsiyu/timelyr documentation built on May 30, 2019, 8:40 p.m.