as.petrinet: Converts the object to a Petrinet

View source: R/as.petrinet.R

as.petrinetR Documentation

Converts the object to a Petrinet

Description

Converts the object to a Petrinet

Usage

as.petrinet(obj)

Arguments

obj

The event log to be used. An object of class

Examples

data(L_heur_1)
cn <- causal_net(L_heur_1, threshold = .8)
pn <- as.petrinet(cn)
petrinetR::render_PN(pn)


heuristicsmineR documentation built on April 4, 2023, 5:11 p.m.