The R
package matsbyname
enables matrix
mathematics wherein operations are performed “by name” and row and
column types are allowed.
You can install matsbyname
from CRAN with:
install.packages("matsbyname")
You can install a recent development version of
matsbyname
from github with:
# install devtools if not already installed
# install.packages("devtools")
::install_github("MatthewHeun/matsbyname")
devtools# To build vignettes locally, use
::install_github("MatthewHeun/matsbyname", build_vignettes = TRUE) devtools
The functions in this package were used in Heun et al. (2018).
Find more information, including vignettes and function documentation, at https://MatthewHeun.github.io/matsbyname/.