create_PN | R Documentation |
Function to create a petrinet
by specifying places, transitions and flows.
create_PN(places, transitions, flows)
places |
|
transitions |
|
flows |
|
A petrinet
library(dplyr)
create_PN(tibble(id = "p1", label = "place_1"),
tibble(id = "t1", label = "transition_1"),
tibble(from = "t1",to = "p1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.