export.total {ioanalysis}R Documentation

Calculates Total Exports for InputOutput Objects

Description

Uses values of the intermediate transaction matrix (Z) and when applicable final demand (f), and either exports (E) or imports (M) to calculate the total exports or imports for each region sector combination.

This function is intended to be a helper function for upstream and vs.

Usage

export.total(io)
import.total(io)

Arguments

io

An InputOutput class object from as.inputoutput

Value

Produces a nameless vector of total exports.

Author(s)

John J. P. Wade

See Also

export.coef

Examples

data(toy.IO)
class(toy.IO)
export.total(toy.IO)
import.total(toy.IO)

[Package ioanalysis version 0.3.4 Index]