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)
}
gertjanssenswillen/petrinetR documentation built on Aug. 1, 2019, 12:55 p.m.