Description Usage Arguments Value Examples
Create process status plot, with each bar indicating each process, and each color indicating different categories of status.
1 |
df |
a data.frame |
Invisible NULL
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")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.