The R Project SVN R

Rev

Rev 47828 | Rev 51005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47828 Rev 50084
Line 114... Line 114...
114
  storage format for R plots.
114
  storage format for R plots.
115
 
115
 
116
There is only one graphics history shared by all the windows devices.
116
There is only one graphics history shared by all the windows devices.
117
 
117
 
118
 
118
 
119
HELP:
-
 
120
 
-
 
121
There are several options for help, depending on which help files you
-
 
122
installed.
-
 
123
 
-
 
124
(i) Text help.  This is the the fallback option.  It will display in
-
 
125
the currently set pager (use options(pager=) to change).
-
 
126
 
-
 
127
(ii) Compiled HTML files (the default).  Set this as the default by
-
 
128
options(chmhelp=TRUE) or for individual help items by help(topic,
-
 
129
chmhelp=TRUE).  Full text search is available from the Search tab.
-
 
130
 
-
 
131
(iii) HTML help to be displayed in your normal browser.  Set this as
-
 
132
the default by options(htmlhelp=TRUE) or for individual help items by
-
 
133
help(topic, htmlhelp=TRUE).  Using help.start() sets the browser to
-
 
134
the top-level page, from which you can access a search engine.
-
 
135
 
-
 
136
(iv) Latex help files are available for use with help(topic,
-
 
137
offline=TRUE).  You will need to customize the file
-
 
138
@RWVER@\bin\helpPRINT.bat: it contains instructions.
-
 
139
 
-
 
140
 
-
 
141
 
-
 
142
Customization
119
Customization
143
=============
120
=============
144
 
121
 
145
Environment variables can be set as NAME=value at the end of the
122
Environment variables can be set as NAME=value at the end of the
146
command line, including in a shortcut.  They can also be set (as
123
command line, including in a shortcut.  They can also be set (as