View source: R/12_plot_cycles.R
plot_cycles | R Documentation |
Network plot of the model
plot_cycles(model, save_file = NULL)
model |
SFC model object created with |
save_file |
name and path to save the plot as html file |
This function creates a representation of a model as a directed graph. Additionally it shows cycles in the model including these with lagged variables. Graph can be saved as html file.
visNetwork object
model <- godley::create_model(name = "SFC model", template = "BMW")
plot_cycles(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.