Learn R Programming

Massign (version 1.1.0)

Simple Matrix Construction

Description

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.

Copy Link

Version

Install

install.packages('Massign')

Monthly Downloads

142

Version

1.1.0

License

MIT + file LICENSE

Maintainer

Erik-Jan Kesteren

Last Published

January 31st, 2018

Functions in Massign (1.1.0)

Multiplipe

Quickly test matrix multiplication of two matrices interpreted from strings.
Massign

Construct a matrix from a (formatted) string