Learn R Programming

⚠️There's a newer version (0.3.3) of this package.Take me there.

ramify (version 0.1.0)

Additional Matrix Functionality

Description

Additional matrix functionality for R. Includes a wrapper to the base matrix function that extends its functionality by allowing matrices to be created from character strings and lists. A number of convenience functions have also been added for users more familiar with other scientific languages like Julia, MATLAB/Octave, or Python.

Copy Link

Version

Install

install.packages('ramify')

Monthly Downloads

440

Version

0.1.0

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Brandon Greenwell

Last Published

March 23rd, 2015

Functions in ramify (0.1.0)

ones

Matrix of Ones or Zeros
dmat

Data Frames
bmat

Matrices
resize

Resize Matrix
mat

Matrices
falses

Matrix of Logical Values
ramify

ramify: additional matrix functionality
fill

Fill a Matrix
inv

Matrix Inverse
linspace

linearly-spaced Elements
size

Dimensions of a Matrix
flatten

Flatten Matrices
rand

Matrix of Random Numbers
logspace

Logarithmically-spaced Elements
eye

Identity Matrix
hcat

Concatenate Matrices