Package 'reportIMPACT'

Title: IMPACT outputs R package for IMPACT version 3.x
Description: Common output routines for extracting results from the IMPACT framework (versions 3.x).
Authors: Abhijeet Mishra [aut, cre]
Maintainer: Abhijeet Mishra <[email protected]>
License: GPL (>= 3)
Version: 4.17.0
Built: 2024-10-31 04:05:34 UTC
Source: https://github.com/IFPRI/reportIMPACT

Help Index


animals

Description

animals

Usage

animals(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO animals

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- animals(gdx)

biofuelFeedstock

Description

biofuelFeedstock

Usage

biofuelFeedstock(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO biofuelFeedstock

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- biofuelFeedstock(gdx)

Calculate relative change for IMPACT indicators

Description

Calculate relative change for IMPACT indicators

Usage

calcRelative(
  df,
  base_year = 2005,
  cols = c("description", "model", "indicator", "region", "unit"),
  type = "same_unit"
)

Arguments

df

Full IMAPCT result for an indicator

base_year

base year on which the relative indicator is calculated

cols

columns which are used for relative index calculation

type

If relative index is calculate in same unit ('same_unit') or as an index on base year ('index')

Value

Recalculate dataframe with relative calculation

Examples

## Not run: x <- calcRelative(df=reportPopulation(gdx))

clean_description

Description

clean_description

Usage

clean_description(df)

Arguments

df

dataframe with description column

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- clean_description(df)

Clean unit

Description

Clean unit

Usage

clean_unit(df)

Arguments

df

dataframe with description column

Value

Converted units if needed

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- clean_unit(df)

Consumer Prices

Description

Consumer Prices

Usage

consumerPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO consumerPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- consumerPrices(gdx)

cropArea

Description

cropArea

Usage

cropArea(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO cropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- cropArea(gdx)

cropAreaAgg

Description

cropAreaAgg

Usage

cropAreaAgg(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO cropAreaAgg

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- cropAreaAgg(gdx)

Demand

Description

Demand

Usage

demand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO Demand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- Demand(gdx)

Domestic Export Prices

Description

Domestic Export Prices

Usage

DomesticExportPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO DomesticExportPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- DomesticExportPrices(gdx)

Domestic Import Prices

Description

Domestic Import Prices

Usage

DomesticImportPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO DomesticImportPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- DomesticImportPrices(gdx)

export

Description

export

Usage

export(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO export

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- export(gdx)

ExportShareProduction

Description

ExportShareProduction

Usage

ExportShareProduction(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO ExportShareProduction

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- ExportShareProduction(gdx)

FoodAvailability

Description

FoodAvailability

Usage

foodAvailability(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO FoodAvailability

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- foodAvailability(gdx)

GDP

Description

GDP

Usage

GDP(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO GDP

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- GDP(gdx)

getReport

Description

getReport

Usage

getReport(
  gdx,
  additional_indicators = FALSE,
  prep_flag = NULL,
  export = TRUE,
  base_year = NULL,
  sp_mapping = "Standard-IMPACT_dis1",
  relative_calc = FALSE
)

Arguments

gdx

final GDX from an IMPACT run

additional_indicators

If non-core indicators should be read.

prep_flag

Who processed data. Defaults to user name from the computer where this script is run.

export

if RDS file should be written. Defaults to TRUE

base_year

Base year on which relative index can be calculated. Default 2005.

sp_mapping

Which mapping to use. See mapping file in DOORMAT package.

relative_calc

If relative calculations should be done

Value

Full data output

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- getReport(gdx)

householdDemand

Description

householdDemand

Usage

householdDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO householdDemand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- householdDemand(gdx)

householdIncome

Description

householdIncome

Usage

householdIncome(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO householdIncome

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- householdIncome(gdx)

householdPopulation

Description

householdPopulation

Usage

householdPopulation(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO householdPopulation

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- householdPopulation(gdx)

hungerRisk

Description

hungerRisk

Usage

hungerRisk(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO hungerRisk

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- hungerRisk(gdx)

import

Description

import

Usage

import(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO import

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- import(gdx)

ImportShareDemand

Description

ImportShareDemand

Usage

ImportShareDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO ImportShareDemand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- ImportShareDemand(gdx)

Intermediate Demand

Description

Intermediate Demand

Usage

intermediateDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO other Demand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- intermediateDemand(gdx)

Level based summing

Description

Level based summing

Usage

levelSum(
  df,
  dim_name = NULL,
  spatial = "region",
  temporal = "yrs",
  na.rm = TRUE,
  bind = TRUE
)

Arguments

df

A dataframe which comes out of aggregateIMPACT function call

dim_name

The column to be summed over. Usually "long_name"

spatial

Which column contains spatial info. Defaults to "region"

temporal

Which column contains temporal info. Defaults to "yrs"

na.rm

If NAs should be ignored during sum. Defaults to TRUE

bind

If new aggregation should be binded to the original dataframe passed on to "df" argument

Value

Aggregated dataframe

Examples

## Not run: x <- levelSum(df)

lsfDemand

Description

lsfDemand

Usage

lsfDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO lsfDemand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- lsfDemand(gdx)

Malnourished

Description

Malnourished

Usage

malnourished(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO malnourished

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- malnourished(gdx)

Name Cleaner

Description

Name Cleaner

Usage

name_cleaner(df, fix_only_na = FALSE)

Arguments

df

placeholder dataframe for cleanup

fix_only_na

if only NA as character in cols should be fixed

Value

cleaned dataframe with right names

Examples

## Not run: x <- name_cleaner(df)

Net Prices

Description

Net Prices

Usage

NetPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO NetPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- NetPrices(gdx)

netTrade

Description

netTrade

Usage

netTrade(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO netExport

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- netExport(gdx)

NetTradeShareDemand

Description

NetTradeShareDemand

Usage

NetTradeShareDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO NetTradeShareDemand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- NetTradeShareDemand(gdx)

NetTradeShareProduction

Description

NetTradeShareProduction

Usage

NetTradeShareProduction(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO NetTradeShareProduction

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- NetTradeShareProduction(gdx)

Other Demand

Description

Other Demand

Usage

otherDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO other Demand

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- otherDemand(gdx)

percapGDP

Description

percapGDP

Usage

percapGDP(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO percapGDP

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- percapGDP(gdx)

KCal per Capita

Description

KCal per Capita

Usage

PerCapKCal(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

Per capita KCal availability

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- PerCapKCal(gdx)

KCal per Capita per Commodity

Description

KCal per Capita per Commodity

Usage

PerCapKCalCommodity(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

Per capita KCal availability

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- PerCapKCalCommodity(gdx)

Population

Description

Population

Usage

population(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- population(gdx)

Producer Prices

Description

Producer Prices

Usage

producerPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO producerPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- producerPrices(gdx)

Production

Description

Production

Usage

production(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO Production

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- Production(gdx)

reportAnimals

Description

reportAnimals

Usage

reportAnimals(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO Animals

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportAnimals(gdx)

reportBiofuelFeedstock

Description

reportBiofuelFeedstock

Usage

reportBiofuelFeedstock(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO BiofuelFeedstock

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportBiofuelFeedstock(gdx)

reportConsumerPrices

Description

reportConsumerPrices

Usage

reportConsumerPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportConsumerPrices(gdx)

reportCropArea

Description

reportCropArea

Usage

reportCropArea(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportCropArea(gdx)

reportDemand

Description

reportDemand

Usage

reportDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportDemand(gdx)

reportDomesticExportPrices

Description

reportDomesticExportPrices

Usage

reportDomesticExportPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportDomesticExportPrices(gdx)

reportDomesticImportPrices

Description

reportDomesticImportPrices

Usage

reportDomesticImportPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportDomesticImportPrices(gdx)

reportExport

Description

reportExport

Usage

reportExport(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO export

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportexport(gdx)

reportExportShareProduction

Description

reportExportShareProduction

Usage

reportExportShareProduction(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportExportShareProduction(gdx)

reportFoodAvailability

Description

reportFoodAvailability

Usage

reportFoodAvailability(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO FoodAvailability

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportFoodAvailability(gdx)

reportGDP

Description

reportGDP

Usage

reportGDP(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportGDP(gdx)

reportHouseholdDemand

Description

reportHouseholdDemand

Usage

reportHouseholdDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportHouseholdDemand(gdx)

reportHouseholdIncome

Description

reportHouseholdIncome

Usage

reportHouseholdIncome(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportHouseholdIncome(gdx)

reportHouseholdPopulation

Description

reportHouseholdPopulation

Usage

reportHouseholdPopulation(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportHouseholdPopulation(gdx)

reportHungerRisk

Description

reportHungerRisk

Usage

reportHungerRisk(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportHungerRisk(gdx)

reportImport

Description

reportImport

Usage

reportImport(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO export

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportImport(gdx)

reportImportShareDemand

Description

reportImportShareDemand

Usage

reportImportShareDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportImportShareDemand(gdx)

reportIntermediateDemand

Description

reportIntermediateDemand

Usage

reportIntermediateDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportIntermediateDemand(gdx)

reportLSFDemand

Description

reportLSFDemand

Usage

reportLSFDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportLSFDemand(gdx)

reportMalnourished

Description

reportMalnourished

Usage

reportMalnourished(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO Malnourished

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportMalnourished(gdx)

reportNetPrices

Description

reportNetPrices

Usage

reportNetPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

Solution Net Prices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportNetPrices(gdx)

reportNetTrade

Description

reportNetTrade

Usage

reportNetTrade(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO NetExport

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportNetExport(gdx)

reportNetTradeShareDemand

Description

reportNetTradeShareDemand

Usage

reportNetTradeShareDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportNetTradeShareDemand(gdx)

reportNetTradeShareProduction

Description

reportNetTradeShareProduction

Usage

reportNetTradeShareProduction(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportNetTradeShareProduction(gdx)

reportOtherDemand

Description

reportOtherDemand

Usage

reportOtherDemand(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportOtherDemand(gdx)

reportPerCapGDP

Description

reportPerCapGDP

Usage

reportPerCapGDP(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportPerCapGDP(gdx)

reportPerCapKCal

Description

reportPerCapKCal

Usage

reportPerCapKCal(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO FoodAvailability

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportPerCapKCal(gdx)

reportPerCapKCalCommodity

Description

reportPerCapKCalCommodity

Usage

reportPerCapKCalCommodity(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO FoodAvailability

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportPerCapKCalCommodity(gdx)

reportPopulation

Description

reportPopulation

Usage

reportPopulation(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportPopulation(gdx)

reportProducerPrices

Description

reportProducerPrices

Usage

reportProducerPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportproducerPrices(gdx)

reportProduction

Description

reportProduction

Usage

reportProduction(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportProduction(gdx)

reportSingleWorldPrices

Description

reportSingleWorldPrices

Usage

reportSingleWorldPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportSingleWorldPrices(gdx)

reportSupply

Description

reportSupply

Usage

reportSupply(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO population

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportSupply(gdx)

reportWeightedWorldPrices

Description

reportWeightedWorldPrices

Usage

reportWeightedWorldPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO CropArea

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportWeightedWorldPrices(gdx)

reportYields

Description

reportYields

Usage

reportYields(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO Yield

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- reportYield(gdx)

Single World Prices

Description

Single World Prices

Usage

singleWorldPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO singleWorldPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- singleWorldPrices(gdx)

Supply

Description

Supply

Usage

supply(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO supply

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- supply(gdx)

World Prices

Description

World Prices

Usage

weightedWorldPrices(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO weightedWorldPrices

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- weightedWorldPrices(gdx)

Yields

Description

Yields

Usage

yields(gdx, ...)

Arguments

gdx

final GDX from an IMPACT run

...

Arguments to aggregateIMPACT call. See ?aggregateIMPACT

Value

GLO Yields

Author(s)

Abhijeet Mishra

Examples

## Not run: x <- Yields(gdx)