mEcon: Interactive applet to explore integrals as applied to...

Description Usage Arguments Details Value Author(s) Examples

Description

An applet applying integrals to the economic concepts of supply and demand.

Usage

1
mEcon(xlim=c(0,20))

Arguments

xlim

The range of points to plot on the Quantity axis. By default, it is set to be c(0,20).

Details

Two splines are created from the sliders. The first points of the spline are anchored at x=0, y=0 for the supply spline, and x=0, y=50 for the demand spline. The sliders allow the user to manipulate the y points which determine the splines at x=10 and x=20. The area between the equilibrium point and the splines is shaded. In perfect competition, the area above the supply spline and below the equilibrium point is the producer surplus, and the area below the demand spline and above the equilibrium point is the consumer surplus.

Known bugs: If the curves do not intersect as may happen when demand pt. 2 is high and supply pt. 2 is low, there will be an error: Error in uniroot(func, interval = c(0, 20)) : f() values at end points not of opposite sign However it's better for the exercise to be more flexible than less.

Value

A function that allows the user to explore integrals as applied to economics.

Author(s)

Andrew Rich (andrew.joseph.rich@gmail.com) and Daniel Kaplan (kaplan@macalester.edu)

Examples

1
2
3
	if(require(manipulate)){
		mEcon()
	}

mosaicManip documentation built on May 2, 2019, 5:48 p.m.