draw_transition_diagram: Draw the transition diagram for a solow variant

View source: R/HelperFunctions.R

draw_transition_diagramR Documentation

Draw the transition diagram for a solow variant

Description

Draw the transition diagram for a solow variant

Usage

draw_transition_diagram(paragrid_special, solow_variant)

Arguments

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.

Examples

draw_transition_diagram(
list(B = c(1),
     alpha = 1/3, 
     delta = 0.2, 
     n = 0.005, 
     s = c(0.25, 0.05)
),
"BS"
)

SebastianBehrens/SolowVariants documentation built on Oct. 11, 2023, 2:49 p.m.