Learn R Programming

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

ramify (version 0.2.0)

Additional Matrix Functionality

Description

Additional matrix functionality for R including: (1) wrappers for the base matrix function that allows matrices to be created from character strings and lists (the former is especially useful for creating block matrices), (ii) better default printing of large matrices, and (iii) a number of convenience functions for users more familiar with other scientific languages like Julia, Matlab/Octave, or Python.

Copy Link

Version

Install

install.packages('ramify')

Monthly Downloads

477

Version

0.2.0

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Brandon Greenwell

Last Published

April 13th, 2015

Functions in ramify (0.2.0)

desc_mat

Describe a Matrix
size

Dimensions of a Matrix/Array
rand

Matrix/Array of Uniform Random Numbers
as.mat

Coerce to a "mat" Object
eye

Identity Matrix
fill

Fill a Matrix
add_dots

Shorten a Vector
bmat

Block Matrices
flatten

Flatten Matrices/Arrays
logspace

Logarithmically-spaced Elements
print.mat

Print Matrices, New-Style
mat

Matrices
argmax

Row/Column Max/Min Indices
inv

Matrix Inverse
randn

Matrix/Array of Normal Random Numbers
ramify

ramify: Additional MatrIx FunctionalitY
hcat

Concatenate Matrices
linspace

linearly-spaced Elements
dmat

Data Frames
randi

Matrix/Array of Uniform Random Integers
resize

Resize Matrices and Arrays