Creates a global extraction matrix Anots
of an exporter and its inverse
Bnots
.
get_xmatrix(
wio,
exporter,
perim = "country",
partner = "WLD",
sector = "TOTAL",
inverse = TRUE
)
The global (inverse) extraction matrix of the specified exporter.
A class wio
object
String, code of country or country group
String: "country"
for country perspective and
"WLD"
for world perspective.
String: code of country or country group for bilateral perspectives (only with country).
Character string: code of sector or sector group for sector perspectives (only with country).
Boolean, if TRUE
returns the global inverse extraction
matrix Bnots
, if FALSE
just the global extraction matrix Anots
.