https://github.com/MatthewHeun/RCLabels
Manipulate row and column labels for PFU matrices
https://github.com/MatthewHeun/RCLabels
Last synced: 4 months ago
JSON representation
Manipulate row and column labels for PFU matrices
- Host: GitHub
- URL: https://github.com/MatthewHeun/RCLabels
- Owner: MatthewHeun
- License: other
- Created: 2021-11-18T18:10:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T15:15:15.000Z (6 months ago)
- Last Synced: 2024-11-18T09:38:34.022Z (5 months ago)
- Language: R
- Homepage: https://matthewheun.github.io/RCLabels/
- Size: 6.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.Rmd
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - MatthewHeun/RCLabels - Manipulate row and column labels for PFU matrices (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# RCLabels
[](https://CRAN.R-project.org/package=RCLabels)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://www.repostatus.org/#active)
[](https://app.codecov.io/gh/MatthewHeun/RCLabels?branch=main)
[](https://github.com/MatthewHeun/RCLabels/actions/workflows/R-CMD-check.yaml)
[](https://doi.org/10.5281/zenodo.5819143)## Statement of need
When analyzing lists of matrices
(whether actual `list`s or matrix columns in a
[matsindf](https://github.com/MatthewHeun/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:
```{r CRAN-installation, eval = FALSE}
install.packages("RCLabels")
```You can install the development version of `RCLabels` from [GitHub](https://github.com/) with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("MatthewHeun/RCLabels")
```## More Information
Find more information, including vignettes and function documentation, at
.