plot_backbone_statenet {dyngen}R 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)


[Package dyngen version 1.0.5 Index]