Blame | Last modification | View Log | RSS feed
.TH R 1.SH NAMER \- a language for data analysis and graphics.SH SYNOPSIS.B R[.B \-xxgdb][.B \-v.I size][.B \-n.I size].br.B R[.B \-xxgdb][.B \-v.I size][.B \-n.I size] <.I infile>.I outfile.SH DESCRIPTIONR is a language which bears a passing resemblance to the S languagedeveloped at AT&T Bell Laboratories.It provides support for a variety of statistical and graphical analyses.R is a true computer language which contains a numberof control-flow constructions for iteration and alternation.It allows users to add additional functionality by definingnew functions..LPOn platforms which support the.BR dlopen (3)interface, Fortran and C code can be linked and called at run time..LPOn systems which have the GNU.BR readline (3)library, R will maintain a command history,so that commands can be recalled, edited andre-executed..SH OPTIONSThe.B \-voption can be used to specify the size of the vector heap inmegabytes (the default is 2).The.B \-noption can be used to specify the number of.I "cons cells"(each occupying 16 bytes)which R is to use (the default is 200000).If possible these sizes should be set so that R does not usemore than the amount of physical memory available on the machinewhere the program is executing.This will minimize paging and ensure that executionis as efficient as possible.The.B \-xxgdboption will run R under the control of the.IR xxgdb (1)debugger..SH STARTUP PROCESSINGWhen R is invoked it searches for the files.B .Rprofileand.B ~/.Rprofile(in that order) and executes any statementsin the first of these files to be found.Finally, if a user has defined a function called.BR \&.First ,it will be invoked.After these steps, an read-eval-print loop is runfor user input..SH FILES.PD 0.TP 12\&.RDatasaved data sets..TP\&.Rhistorysaved command history..TP\&.Rprofilecurrent directory startup file..TP\&~/.Rprofilehome directory startup file..PD.SH SEE ALSO.BR S (1) ,.BR Splus (1),.BR readline (3)..SH BUGSR is very close to S in both syntax and semantics, but is not identical.Whether this is a bug of feature is an open question.