n_places {petrinetR} | R Documentation |
Utils
Description
Several auxilliary functions for Petri Net objects.
Usage
n_places(PN)
n_transitions(PN)
n_flows(PN)
n_nodes(PN)
rename_transitions(PN, .f, ...)
rename_places(PN, .f, ...)
add_places(PN, places)
add_transitions(PN, transitions)
add_flows(PN, flows)
Arguments
PN |
A petri net |
.f |
A function name to apply for renaming |
... |
Additional arguments |
places |
|
transitions |
|
flows |
|
[Package petrinetR version 0.3.0 Index]