elasticity: Calculate elasticity

Description Usage Arguments Examples

Description

Calculates elasticity

Usage

1

Arguments

cost
elasticity

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (cost, elasticity) 
{
    cost * (elasticity/(elasticity + 1))
  }

andrewheiss/byumpa documentation built on May 10, 2019, 10:31 a.m.