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-syntax
/
src
/
library
/
grDevices
/
man
/
recordGraphics.Rd
– Rev 78769
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
78769
2217 d 17 h
luke
/branches/R-syntax/
Branch for experimenting with syntax changes.
74533
3037 d 5 h
maechler
/trunk/src/library/grDevices/man/
fix "typo"
68948
4006 d 22 h
ripley
/trunk/src/library/
use https
61433
4964 d 0 h
ripley
/trunk/src/library/
remove trailing spaces
59039
5218 d 2 h
ripley
/trunk/
use preferred form of 'R Core Team'
56186
5518 d 11 h
murdoch
/trunk/
Revert r56184 and r56185
56184
5518 d 13 h
murdoch
/trunk/src/
Remove redundant \alias entries from man pages
50821
6062 d 3 h
ripley
/trunk/src/library/
titles (mainly capitalization)
42961
6883 d 0 h
ripley
/trunk/src/library/
try to use \dQuote for actual quotes, and \emph or \sQuote or \code otherwise
42333
6942 d 2 h
ripley
/trunk/src/library/
add copyright/licence header
remove CVS-style $Id fields
41508
7020 d 11 h
ripley
/trunk/src/library/
add require() or :: calls where needed
38921
7284 d 23 h
ripley
/trunk/src/library/grDevices/man/
improvements
31938
7924 d 15 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)