vankesteren/Massign: Simple Matrix Construction

Constructing matrices for quick prototyping can be a nuisance, requiring the user to think about how to fill the matrix with values using the matrix() function. The %<-% operator solves that issue by allowing the user to construct matrices using code that shows the actual matrices.

Getting started

Package details

AuthorErik-Jan van Kesteren
MaintainerErik-Jan van Kesteren <e.vankesteren1@uu.nl>
LicenseMIT + file LICENSE
Version1.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("vankesteren/Massign")
vankesteren/Massign documentation built on March 5, 2024, 9:13 a.m.