The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
52864 5808 d 5 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
42333 6941 d 11 h ripley /trunk/src/library/ add copyright/licence header
remove CVS-style $Id fields
 
41429 7025 d 14 h ripley /trunk/src/library/ brace issues  
38641 7315 d 0 h murrell /trunk/src/library/grid/ bug fix for 'data' argument of unit() in grid  
37546 7439 d 22 h murrell /trunk/src/library/grid/ New polylines primitive for grid (uses 'id' and 'id.lengths' to allow
multiple lines in one call, as per polygon primitive).

A couple of optimisations of unit creation/validation in grid.

A change to the behaviour of clip primitive in grid (now the clip
region from a clip primitive becomes the clip region for the viewport).
 
36362 7559 d 23 h murrell /trunk/ Added 'arrow' argument to line-related grid primitives as new way to
specify
arrow heads on either end of line.

Deprecated grid.arrows().

Outlawed NA's in control points for an x-spline primitive.
 
28443 8185 d 22 h murrell /trunk/src/library/grid/ Change from grobs implemented as external references, to grobs
implemented as regular R objects.
See inst/doc/changes.txt
 
25323 8406 d 14 h hornik /trunk/src/library/grid/man/ Miscellaneous documentation cleanups.  
25278 8408 d 22 h murrell /trunk/src/library/grid/ Added grid as a base package