VegfruitShare: VegfruitShare

View source: R/VegfruitShare.R

VegfruitShareR Documentation

VegfruitShare

Description

Calculates the share of fruits, vegetables and nuts in total food supply from the food demand model

Usage

VegfruitShare(
  gdx,
  file = NULL,
  level = "reg",
  after_shock = TRUE,
  calibrated = TRUE,
  attributes = "kcal"
)

Arguments

gdx

GDX file

file

a file name the output should be written to using write.magpie

level

Level of regional aggregation; "iso" ISO country codes, "reg" (regional), "glo" (global)

after_shock

FALSE is using the exogenous real income and the prices before a shock, TRUE is using the endogeenous real income that takes into account food price change on real income

calibrated

if FALSE, the true regression outputs are used, if TRUE the values calibrated to the start years are used

attributes

unit: kilocalories per day ("kcal"), g protein per day ("protein"). Mt reactive nitrogen ("nr").

Value

magpie object with the livestock share in a region or country. Unit is dimensionsless, but value depends on chosen attribute

Author(s)

Benjamin Bodirsky

Examples


  ## Not run: 
    x <- VegfruitShare(gdx)
  
## End(Not run)


pik-piam/magpie4 documentation built on May 7, 2024, 11:13 p.m.