The R
package matsindf
provides ways to
interact with matrices in data frames.
You can install matsindf
from CRAN with:
install.packages("matsindf")
You can install a recent development version of matsindf
from github with:
# install devtools if not already installed
# install.packages("devtools")
::install_github("MatthewHeun/matsindf")
devtools# To build vignettes locally, use
::install_github("MatthewHeun/matsindf", 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/matsindf/.