|
Lines 1-12
Link Here
|
| 1 |
RPy is a very simple, yet robust, Python interface to the R Programming |
1 |
RPy is a very simple, yet robust, Python interface to the R Programming |
| 2 |
Language. It can manage all kinds of R objects and can execute arbitrary |
2 |
Language. It can manage all kinds of R objects and can execute arbitrary |
| 3 |
R functions (including the graphic functions). All the errors from the |
3 |
R functions (including the graphic functions). All the errors from the R |
| 4 |
R language are converted to Python exceptions. Any module that later were |
4 |
language are converted to Python exceptions. Any module that later were |
| 5 |
installed on the R system, can easily be used from within Python, without |
5 |
installed on the R system, can easily be used from within Python, |
| 6 |
introducing any changes. |
6 |
without introducing any changes. |
| 7 |
|
7 |
|
| 8 |
rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface |
8 |
rpy2 is a redesign and rewrite of rpy. It is providing a low-level |
| 9 |
to R, a proposed high-level interface, including wrappers to graphical |
9 |
interface to R, a proposed high-level interface, including wrappers to |
| 10 |
libraries, as well as R-like structures and functions. |
10 |
graphical libraries, as well as R-like structures and functions. |
| 11 |
|
11 |
|
| 12 |
WWW: http://rpy.sourceforge.net/rpy2.html |
12 |
WWW: http://rpy2.bitbucket.org/ |