Hi Skylar,

On Tue, Sep 22, 2009 at 5:48 AM, Skylar <[email protected]> wrote:
>
> Sorry if this has been posted and answered ad nauseum but what are
> some good links for how to use R from within SAGE?

>From the Sage command line, you can get all documentation relating to
the R interface:

[mv...@sage ~]$ sage
----------------------------------------------------------------------
| Sage Version 4.1.1, Release Date: 2009-08-14                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: r?

Pressing Enter key would give you the documentation associated with
the R interface. If you want to know about all the commands that are
available to work with R from within Sage, do

sage: r.[TAB]

where [TAB] is the Tab key. This would generate over 2000 commands!
However, the following Sage wiki page contains some examples on using
R from Sage:

http://wiki.sagemath.org/R

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to