R/flows.R

Defines functions flows

Documented in flows

#' @title Flows
#'
#' @description Extracts the flows from a Petri Net
#'
#' @param PN A Petri Net
#'
#' @export flows


flows <- function(PN) {
	return(PN$flows)
}

Try the petrinetR package in your browser

Any scripts or data that you put into this service are public.

petrinetR documentation built on May 1, 2019, 8:24 p.m.