plot_backbone_statenet: Visualise the backbone state network of a model

View source: R/plotting.R

plot_backbone_statenetR Documentation

Visualise the backbone state network of a model

Description

Visualise the backbone state network of a model

Usage

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


data("example_model")
plot_backbone_statenet(example_model)


dyngen documentation built on April 1, 2026, 9:07 a.m.