Visualise the backbone state network of a model

plot_backbone_statenet(model, detailed = FALSE)

Arguments

model

A dyngen initial model created with initialise_model().

detailed

Whether or not to also plot the substates of transitions.

Value

A ggplot2 object.

Examples

# \donttest{
data("example_model")
plot_backbone_statenet(example_model)

# }