Creating Process Map Diagrams using different packages in R

≯℡__Kan透↙ 提交于 2020-01-02 09:31:37

问题


the given script simply creates a process map diagram showing the flow of events in R. This field of study is called event log mining or process mining. I wish to know any other packages or functionality in R using which I can create similar maps and also make them interactive like ggplotly. Please help me with some links if possible. Thanks and please help.

library(bupaR)
library(edeaR)
library(eventdataR)
library(processmapR)
library(processmonitR)
library(xesreadR)
library(petrinetR)
patients %>% process_map()

来源:https://stackoverflow.com/questions/46602433/creating-process-map-diagrams-using-different-packages-in-r

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!