Description
Manipulate Matrix Row and Column Labels with Ease.
Description
Functions to assist manipulation of matrix row and column labels for all types of matrix mathematics where row and column labels are to be respected.
README.md
RCLabels
Statement of need
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.
Installation
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")
More Information
Find more information, including vignettes and function documentation, at https://MatthewHeun.github.io/RCLabels/.