reconPlots
reconPlots copied to clipboard
Convenient functions for plotting economics-style supply/demand curves in R
I'm trying the following code: ``` > curve1_temp x y 165 885 621 166 886 622 167 887 622 168 888 623 169 889 623 170 890 624 171 891...
This is a pretty small feature, but I often see it in textbook econ plots, which would help ensure that reconplots renders graphs that are ready for prime time. We...
Have a pair of functions that can produce the income and substitution effects resulting from a price change in x or y. This would likely be several functions, some of...
Would love to see a function - perhaps called sdcurve() - that will create a simple supply-demand intersection. Default graph would like have slopes of 1 and -1, with an...
Create a series of utility curves with a tangent budget line. Arguments could include the values passed to different versions of the utility functions, the value of the budget line,...