Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 715 Bytes

Mapping the R package Matrix

Python package Build Status

This Python package is an extension to rpy2 mapping the R package Matrix.

The R package is a rather complex hierarchy of classes, some of which are already mirrored (along with the hierarchy, as shown here):

To install from the Github repository:

pip install git+https://github.com/rpy2/rpy2-Matrix#egg=rpy2-Matrix

At the time of writing, documentation is only in docstrings, and as examples in the unit tests.