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)
/
trunk
/
src
/
library
/
grDevices
/
man
/
recordGraphics.Rd
– Rev 74533
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
74533
3035 d 21 h
maechler
/trunk/src/library/grDevices/man/
fix "typo"
68948
4005 d 13 h
ripley
/trunk/src/library/
use https
61433
4962 d 16 h
ripley
/trunk/src/library/
remove trailing spaces
59039
5216 d 18 h
ripley
/trunk/
use preferred form of 'R Core Team'
56186
5517 d 2 h
murdoch
/trunk/
Revert r56184 and r56185
56184
5517 d 4 h
murdoch
/trunk/src/
Remove redundant \alias entries from man pages
50821
6060 d 19 h
ripley
/trunk/src/library/
titles (mainly capitalization)
42961
6881 d 16 h
ripley
/trunk/src/library/
try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise
42333
6940 d 18 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
41508
7019 d 3 h
ripley
/trunk/src/library/
add require() or :: calls where needed
38921
7283 d 14 h
ripley
/trunk/src/library/grDevices/man/
improvements
31938
7923 d 7 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)