Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ramify

CRAN_Status_Badge Build Status Coverage Status Downloads Total Downloads

Package ramify provides additional matrix functionality and tools including: (1) wrappers for the base matrix function that allow matrices to be created from character strings and lists (the former is especially useful for creating block matrices), (2) the generic "pretty print" function pprint for printing large matrices to the screen or console, and (3) a number of convenience functions for users more familiar with other scientific languages like Julia, MATLAB/Octave, or Python+NumPy.

Installation

You can install the latest stable release from CRAN:

install.packages("ramify")

The development version is hosted on GitHub at https://github.com/bgreenwell/ramify and can be downloaded using devtools:

# Assuming devtools is already installed
devtools::install_github("bgreenwell/ramify")

Bug reports should be submitted to https://github.com/bgreenwell/ramify/issues.

About

Additional matrix functionality for R

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.