R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-exp-R5
/
src
/
library
/
grDevices
/
man
/
recordGraphics.Rd
– Rev 52864
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
52864
5807 d 8 h
urbaneks
/branches/R-exp-R5/
Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
50821
6060 d 15 h
ripley
/trunk/src/library/
titles (mainly capitalization)
42961
6881 d 12 h
ripley
/trunk/src/library/
try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise
42333
6940 d 14 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
41508
7018 d 23 h
ripley
/trunk/src/library/
add require() or :: calls where needed
38921
7283 d 10 h
ripley
/trunk/src/library/grDevices/man/
improvements
31938
7923 d 3 h
murrell
/trunk/src/
New recordGraphics() function for recording arbitrary code on the graphics engine
display list; intended to encapsulate calculate-then-draw operations
recordGraphics(), .Call.graphics(), .External.graphics, and traditional/base
graphics operations do not record when they are nested within each other.
Error/user-interrupt handling code performs some resetting of graphics engine
state.
grid drawDetails methods are recorded on graphics engine display list by default
(so will be rerun on device resize or copy between devices)