/mtrx

Simple matrix-creation functions.

Primary LanguageR

mtrx

Simple matrix-creation functions.

Provides simple functions for creating identity matrices, zero and ones matrices, and several matrices populated with random values.

Installation

You can install directly from GitHub using the R devtools package.

library(devtools)
install_github("billcruise/mtrx")