Skip to content

Calculates the share of people living in hunger.

Usage

reportHunger(gdx)

Arguments

gdx

GDX file

Value

magpie object with hunger (mio people) or hunger share

Hunger variables

NameUnitMeta
Food Supply|Calorie Supply|UndernourishedMio PeopleNumber of undernourished people
Food Supply|Calorie Supply|Share of population undernourishedPeople/PeopleShare of population undernourished

Author

Benjamin Leon Bodirsky

Examples


  if (FALSE) { # \dontrun{
    x <- reportHunger(gdx)
  } # }