knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

CRAN_Status_Badge

petrinetR

Functions for the construction of Petri Nets. Petri Nets can be replayed by firing enabled transitions. Silent transitions will be hidden by the execution handler. Also includes functionalities for the visualization of Petri Nets and export of Petri Nets to PNML-files.

Installation

You can install petrinetR from github with:

# install.packages("devtools")
devtools::install_github("gertjanssenswillen/petrinetR")


gertjanssenswillen/petrinetR documentation built on Aug. 1, 2019, 12:55 p.m.