Learn R Programming

dyngen (version 1.0.5)

plot_backbone_statenet: Visualise the backbone state network of a model

Description

Visualise the backbone state network of a model

Usage

plot_backbone_statenet(model, detailed = FALSE)

Value

A ggplot2 object.

Arguments

model

A dyngen initial model created with initialise_model().

detailed

Whether or not to also plot the substates of transitions.

Examples

Run this code
# \donttest{
data("example_model")
plot_backbone_statenet(example_model)
# }

Run the code above in your browser using DataLab