Rev 48160 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/interface/R is a language which bears a passing resemblance to the S languagedeveloped at AT&T Bell Laboratories. It provides support for a varietyof statistical and graphical analyses. R is a true computer languagewhich contains a number of control-flow constructions for iteration andalternation. It allows users to add additional functionality bydefining new functions..LPOn systems which have the GNU \fBreadline\fP(3) library, R will maintaina command history, so that commands can be recalled, edited andre-executed.[OPTIONS]Most options control what happens at the beginning and at the end of anR session, in particular which files are being read and written, and howmuch memory is reserved for the R process.[SEE ALSO]The full documentation for R is provided by a collection of Texinfomanuals and individual help for R objects which is also availableon-line..LPStart R and type \fB?\fP\fItopic\fP at the R prompt to obtain on-lineinformation for `\fItopic\fP'..LPIf the processed manuals have been installed they will be available asDVI and/or PDF files in the doc/manual subdirectory of the documentationdirectory tree (default `R RHOME`)..LPIf the \fBinfo\fP program and the R manuals are installed on yoursystem, typing\fBinfo -f R-intro\fP,\fBinfo -f R-data\fP,\fBinfo -f R-exts\fP,\fBinfo -f R-FAQ\fP,\fBinfo -f R-lang\fP and\fBinfo -f R-ints\fPshould give you access to``An Introduction to R''(the basic manual),the ``R Data Import/Export'' Guide, the ``R Extension Writer's Guide'',the ``R FAQ'', the ``The R Language Definition'', and the ``R Internals''.