plot_backbone_modulenet {dyngen} | R Documentation |
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 |
Value
A ggplot2 object.
Examples
data("example_model")
plot_backbone_modulenet(example_model)
[Package dyngen version 1.0.5 Index]