The R Project SVN R

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36209 7567 d 20 h ripley /trunk/src/ add comment  
36123 7573 d 10 h ripley /trunk/ remove non-functional vfont arg from axis and mtext  
36121 7573 d 12 h ripley /trunk/src/ make argument defaults less opaque (e.g. not NULL).
documentation clarifications.
 
36117 7573 d 15 h ripley /trunk/ deprecate vfont arg in axis() and mtext()  
36116 7573 d 15 h ripley /trunk/src/ rationalize treatment of graphical pars, especially xpd.
add lots of clarification to documentation.
 
36101 7574 d 14 h ripley /trunk/src/main/ tweaks  
35820 7596 d 20 h ripley /trunk/src/ allow inline [xy]axp in axis()  
35450 7637 d 11 h murdoch /trunk/ Add R_BaseEnv and baseenv() alias for NULL, in preparation for deprecating NULL  
35320 7647 d 21 h ripley /trunk/ enforce the setting of 'at' in axis() if 'labels' is supplied as char/expr.
add 'hadj' argument to axis()
note in help file that labels can be an expression
 
35266 7654 d 8 h ripley /trunk/src/ tweaks to error messages  
35265 7654 d 9 h ripley /trunk/src/ tweaks to error messages  
35230 7656 d 10 h ripley /trunk/src/main/ correct comment  
35118 7663 d 22 h maechler /trunk/src/main/ non-code cosmetic: syntax in comment; trailing white space  
35117 7664 d 4 h murrell /trunk/ Updating documentation and error messages for par(family=) superseding text(vfont=)  
34800 7706 d 7 h murrell /trunk/ axis() now returns locations of tick marks  
34776 7708 d 2 h murrell /trunk/src/main/ minor addition to Brian's fix for identify() with cex != 1  
34677 7714 d 18 h ripley /trunk/ fix PR#660
add 'atpen' and 'tolerance' arguments to identify.default()
flush console after warnings from identify
 
34502 7728 d 20 h maechler /trunk/ plot( log , reversed axis): PR#7894  
34294 7747 d 12 h ripley /trunk/ add experimental options("OutDec")  
33782 7788 d 2 h murrell /trunk/src/ Fix segfault produced by ...

x11()
x11()
par(new=TRUE) # or grid.prompt(TRUE)
plot(1) # or grid.newpage()
# kill active device while R is waiting for user prompt
# then hit return

Reported by Deepayan Sarkar on r-devel (11 Jan 2005)
 

Show All