Business Process Analytics in R
Gert Janssenswillen
Creator of bupaR
summary(otc)
activity_presence(otc) %>% plot()
trace_length(otc) %>% plot()
start_activities(otc, "activity") %>% plot()
end_activities(otc, "activity") %>% plot()
Business Process Analytics in R