Visualise the backbone state network of a model
plot_backbone_statenet(model, detailed = FALSE)
A dyngen initial model created with initialise_model()
.
Whether or not to also plot the substates of transitions.
A ggplot2 object.
# \donttest{
data("example_model")
plot_backbone_statenet(example_model)
# }