Rev 29743 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.020..TH R "1" "June 2004" "R 2.0.0" FSF.SH NAMER \- a language for data analysis and graphics.SH SYNOPSIS.B R[\fIoptions\fR] [\fI< infile\fR] [\fI> outfile\fR].br.B R\fICMD command \fR[\fIarguments\fR].SH DESCRIPTIONStart R, a system for statistical computation and graphics, with thespecified options, or invoke an R tool via the 'R CMD' interface..PPR 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 platforms which support the \fBdlopen\fP(3) interface, Fortran and Ccode can be linked and called at run time..LPOn systems which have the GNU \fBreadline\fP(3) library, R will maintaina command history, so that commands can be recalled, edited andre-executed..SH OPTIONSMost 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..TP\fB\-h\fR, \fB\-\-help\fRPrint short help message and exit.TP\fB\-\-version\fRPrint version info and exit.TPRHOMEPrint path to R home directory and exit.TP\fB\-\-save\fRDo save workspace at the end of the session.TP\fB\-\-no\-save\fRDon't save it.TP\fB\-\-no\-environ\fRDon't read the site and user environment files.TP\fB\-\-no\-site\-file\fRDon't read the site-wide Rprofile.TP\fB\-\-no\-init\-file\fRDon't read the .Rprofile or ~/.Rprofile files.TP\fB\-\-restore\fRDo restore previously saved objects at startup.TP\fB\-\-no\-restore\-data\fRDon't restore previously saved objects.TP\fB\-\-no\-restore\-history\fRDon't restore the R history file.TP\fB\-\-no\-restore\fRDon't restore anything.TP\fB\-\-vanilla\fRCombine \fB\-\-no\-save\fR, \fB\-\-no\-restore\fR, \fB\-\-no\-site\-file\fR,\fB\-\-no\-init\-file\fR and \fB\-\-no\-environ\fR.TP\fB\-\-no\-readline\fRDon't use readline for command-line editing.TP\fB\-\-min\-vsize\fR=\fIN\fRSet vector heap min to N bytes; '4M' = 4 MegaB.TP\fB\-\-max\-vsize\fR=\fIN\fRSet vector heap max to N bytes;.TP\fB\-\-min\-nsize\fR=\fIN\fRSet min number of cons cells to N.TP\fB\-\-max\-nsize\fR=\fIN\fRSet max number of cons cells to N.TP\fB\-\-max\-ppsize\fR=\fIN\fRSet max size of protect stack to N.TP\fB\-q\fR, \fB\-\-quiet\fRDon't print startup message.TP\fB\-\-silent\fRSame as \fB\-\-quiet\fR.TP\fB\-\-slave\fRMake R run as quietly as possible.TP\fB\-\-verbose\fRPrint more information about progress.TP\fB\-d\fR, \fB\-\-debugger\fR=\fINAME\fRRun R through debugger NAME.TP\fB\-\-debugger\-args\fR=\fIARGS\fRPass ARGS as arguments to the debugger.TP\fB\-g\fR, \fB\-\-gui\fR=\fITYPE\fRUse TYPE as GUI; possible values are 'X11'(default), 'none' and 'gnome'.TP\fB\-\-args\fRSkip the rest of the command line.SS "Commands:".TPBATCHRun R in batch mode.TPCOMPILECompile files for use with R.TPSHLIBBuild shared library for dynamic loading.TPINSTALLInstall add-on packages.TPREMOVERemove add-on packages.TPbuildBuild add-on packages.TPcheckCheck add-on packages.TPLINKFront-end for creating executable programs.TPRprofPost-process R profiling files.TPRdconvConvert Rd format to various other formats.TPRd2dviConvert Rd format to DVI/PDF.TPRd2txtConvert Rd format to pretty text.TPSd2RdConvert S documentation to Rd format.TPconfigObtain configuration information about R.PPPlease use 'R CMD command \fB\-\-help\fR' to obtain further information aboutthe usage of 'command'..SH "REPORTING BUGS"Report bugs to <r-bugs@r-project.org>..SH COPYRIGHTCopyright \(co 2004 R Development Core Team.PPR is free software and comes with ABSOLUTELY NO WARRANTY.You are welcome to redistribute it under the terms of the GNUGeneral Public License. For more information about these matters,see http://www.gnu.org/copyleft/gpl.html..SH "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 directory `R RHOME`/doc/manual..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 and \fBinfo -f R-lang\fP should 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''and the ``The R Language Definition''.