n_places | R Documentation |
Several auxilliary functions for Petri Net objects.
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)
PN |
A petri net |
.f |
A function name to apply for renaming |
... |
Additional arguments |
places |
|
transitions |
|
flows |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.