Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2008-03-24 20:20:58
Size: 437
Editor: schilly
Comment:
Revision 13 as of 2017-03-22 02:13:52
Size: 0
Editor: mrennekamp
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= R =

 ''"R is a language and environment for statistical computing and graphics."'' -- http://www.r-project.org/

Sage includes '''R''' and is able to invoke it. It is possible to send lines of code, invoke commands in a standardized fashion, work with results of calculations as objects and convert those objects back into python data structures. The last point is essential to write native Sage commands that use R as backend.