Learn R Programming

dyngen (version 0.4.0)

plot_backbone_modulenet: Visualise the backbone of a model

Description

Visualise the backbone of a model

Usage

plot_backbone_modulenet(model)

Arguments

model

A dyngen initial model created with initialise_model().

Value

A ggplot2 object.

Examples

Run this code
# NOT RUN {
data("example_model")
plot_backbone_modulenet(example_model)
# }

Run the code above in your browser using DataLab