calcDevelopmentState: calc

View source: R/calcDevelopmentState.R

calcDevelopmentStateR Documentation

calc

Description

Provides development state of a country or region. We use worldbank definitions by default: above 12746 USD per capita, its a high-income country, below 1045 its a low-income country, in between its a medium-income country.

Usage

calcDevelopmentState(upper = 12746, lower = 1045)

Arguments

upper

Change upper limit (default: 12746, i.e. the upper threshold for 2013 in current US$)

lower

Change lower limit (default: 1045, i.e. the lower threshold for 2013 in current US$)

Value

List of magpie objects with results on country level, weight on country level, unit and description.

Author(s)

Benjamin Leon Bodirsky, Kristine Karstens

See Also

calcGDPpc()

Examples

## Not run: 
calcOutput("DevelopmentState")

## End(Not run)


pik-piam/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.