RPy Reference Manual

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

2004, 27 pages.
RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are converted to Python exceptions. Any module that later were installed on the R system, can easily be used from within Python, without introducing any changes. Starting from version 0.3, RPy works on any POSIX system and Windows.
The RPy code is initially inspired in RSPython, which is part of the Omegahat project. The main goals of RPy are:
1. It should provide a very robust Python interface to R (segfaults shouldn’t happen [tm]).
2. It should be as transparent and easy to use as possible.
3. It should be usable for real scientific and statistical computations.

Author(s): Moreira W., Warnes G.R.

Language: English
Commentary: 711136
Tags: Библиотека;Компьютерная литература;Python