plotMatrixCoefficient: Plot specified matrix coefficients as points to compare...

View source: R/VisualizationFunctions.R

plotMatrixCoefficientR Documentation

Plot specified matrix coefficients as points to compare coefficient across models

Description

Plot specified matrix coefficients as points to compare coefficient across models

Usage

plotMatrixCoefficient(
  model_list,
  matrix_name,
  coefficient_name,
  sector_to_remove,
  y_title,
  y_label,
  log_scale = FALSE
)

Arguments

model_list

List of EEIO models with IOdata, satellite tables, and indicators loaded Models must have the same coefficient in the rows

matrix_name

Name of model matrix to extract data from, e.g. "B"

coefficient_name

Row name in the specified matrix for the line plot

sector_to_remove

Code of one or more BEA sectors that will be removed from the plot. Can be "".

y_title

The title of y axis, excluding unit.

y_label

The labels of y axis, can be "Name" or "Code".

log_scale

A logical value indicating whether plotting in log scale.


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