View source: R/HelperFunctions.R
draw_transition_diagram | R Documentation |
Draw the transition diagram for a solow variant
draw_transition_diagram(paragrid_special, solow_variant)
paragrid_special |
A special parameter grid. See the examples below to see how this input is supposed to look like. |
solow_variant |
A model code. Currently only "BS" and "GS" supported. |
draw_transition_diagram(
list(B = c(1),
alpha = 1/3,
delta = 0.2,
n = 0.005,
s = c(0.25, 0.05)
),
"BS"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.