Visualise the backbone of a model

plot_backbone_modulenet(model)

Arguments

model

A dyngen initial model created with initialise_model().

Value

A ggplot2 object.

Examples

# \donttest{
data("example_model")
plot_backbone_modulenet(example_model)

# }