Skip to content

reports labor productivity in crop production

Usage

reportLaborProductivity(
  gdx,
  productAggr = TRUE,
  type = "physical",
  level = "regglo"
)

Arguments

gdx

GDX file

productAggr

Aggregate over products or not (boolean)

type

type of labor productivity, so far only physical (kg DM / h)

level

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

Value

labor productivity as MAgPIE object

Labor productivity variables

NameUnitMeta
Labor|Productivity|Physical labor productivity|Crop productskg DM per hourPhysical labor productivity for crops

Author

Debbora Leip

Examples


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