Skip to content

reports detailed or aggregated per-capita kcal intake including exogenous scenarios

Usage

reportIntakeDetailed(gdx, detail = TRUE, level = "regglo")

Arguments

gdx

GDX file

detail

if detail=F, the subcategories of groups are not reported (e.g. "soybean" within "oilcrops")

level

spatial aggregation: "reg", "glo", "regglo", "iso"

Value

per-capita calorie intake as MAgPIE object (kcal/cap/day)

Calorie intake variables

NameUnitMeta
Nutrition|Calorie Intakekcal/capita/dayTotal per-capita calorie intake (excluding waste)
Nutrition|Calorie Intake|+|Cropskcal/capita/dayCalorie intake from crops
Nutrition|Calorie Intake|+|Livestock productskcal/capita/dayCalorie intake from livestock products
Nutrition|Calorie Intake|+|Secondary productskcal/capita/dayCalorie intake from secondary/processed products

Author

Isabelle Weindl

Examples


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