Can R Draw Graphs?
Paul Murrell
The University of Auckland
June 17 2006
R graphics
My first peer review experience ...
Reviewer’s comments
“An obvious reject, trivial, with no research component.” The article was accepted!
R graphics
The article was called“Layouts: a mechanism for arranging plots
- n a page”... plots not graphs.
- −3
−2 −1 1 2 3 −3 −2 −1 1 2 3
- SystemV.3
SystemV.2 SystemV.0 TS4.0 Unix.TS3.0 Unix.TS.PP CB.Unix.3 PDP11.SysV CB.Unix.2 CB.Unix.1 Unix.TS1.0 PWB2.0 USG3.0 Interdata USG2.0 PWB1.2 USG1.0 PWB1.0 FifthEd SixthEd LSX MiniUnix Wollongong SeventhEd BSD1 Xenix V32 Uniplus BSD3 BSD2 BSD4 BSD4.1 EigthEd NinethEd Ultrix32 BSD4.2 BSD4.3 BSD2.8 BSD2.9 Ultrix11 V7M
Overview
Some new graphics features in R
(... with some applications to arranging graphs)
1 New drawing primitives:
- X-splines.
- Connectors.
- Clipping.
2 New ways to query graphical objects:
- grobX()
- grobY()
3 Importing graphics into R:
- The grImport package.