adjustResultMatrixPrice: Adjust price year and type (producer's or purchaser's) of a...

View source: R/AdjustPrice.R

adjustResultMatrixPriceR Documentation

Adjust price year and type (producer's or purchaser's) of a model result matrix. Model result matrices are M, M_d, N, N_d Year adjustments from 2007-2018 supported

Description

Adjust price year and type (producer's or purchaser's) of a model result matrix. Model result matrices are M, M_d, N, N_d Year adjustments from 2007-2018 supported

Usage

adjustResultMatrixPrice(
  matrix_name,
  currency_year,
  purchaser_price = TRUE,
  model
)

Arguments

matrix_name

Name of the result matrix that needs price adjustment, e.g. "N"

currency_year

An integer representing the currency year, e.g. 2018.

purchaser_price

A logical value indicating whether to adjust producer's price to purchaser's price.

model

A complete EEIO model: a list with USEEIO model components and attributes.

Value

A model result matrix after price adjustment


USEPA/useeior documentation built on April 12, 2024, 1:36 p.m.