| as.petrinet | R Documentation | 
Converts the object to a Petrinet
as.petrinet(obj)
| 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.