Learn R Programming

dyngen (version 1.0.5)

plot_backbone_modulenet: Visualise the backbone of a model

Description

Visualise the backbone of a model

Usage

plot_backbone_modulenet(model)

Value

A ggplot2 object.

Arguments

model

A dyngen initial model created with initialise_model().

Examples

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

Run the code above in your browser using DataLab