R/as.petrinet.R
as.petrinet.Rd
Converts the object to a Petrinet
as.petrinet(obj)
The event log to be used. An object of class
data(L_heur_1) cn <- causal_net(L_heur_1, threshold = .8) pn <- as.petrinet(cn) petrinetR::render_PN(pn)