powered by
trajectory
A method for the plot generic that plots a diagram of the given trajectory.
plot
# S3 method for trajectory plot(x, engine = "dot", fill = scales::brewer_pal("qual"), verbose = FALSE, ...)
Returns an htmlwidget.
htmlwidget
a simmer trajectory.
a string specifying a layout engine (see grViz).
grViz
discrete color palette for resource identification.
show additional info directly in the labels.
additional parameters for render_graph.
render_graph
x <- trajectory() %>% seize("res", 1) %>% timeout(1) %>% release("res", 1) %>% rollback(3) plot(x)
Run the code above in your browser using DataLab