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 Oct. 12, 2022, 5:06 p.m.