knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
When analyzing lists of matrices
(whether actual list
s or matrix columns in a
matsindf data frame),
it can be challenging to operate on matrix row and column names.
This package provides functions to assist with manipulating matrix
row and column labels for those situations.
Example applications include economic and energy conversion chain analyses
using input-output (IO) analysis or
physical supply-use table (PSUT) analysis.
You can install RCLabels
from CRAN with:
install.packages("RCLabels")
You can install the development version of RCLabels
from GitHub with:
# install.packages("devtools") devtools::install_github("MatthewHeun/RCLabels")
Find more information, including vignettes and function documentation, at https://MatthewHeun.github.io/RCLabels/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.