R Graphics (Computer Science and Data Analysis)
Chapman Hall/CRC
| List Price: |
$79.95 |
| Amazon Price: |
$63.96 |
| Lowest New Price: |
$59.96 |
| Lowest Used Price: |
$59.96 |
| Total New: |
16 |
| Total Used: |
4 |
DVD Details:
- Starring:
- Director:
- Format:
- Rated:
- Studio: Chapman Hall/CRC
- Theatrical Release Date: Dec 31, 1969
- DVD Release Date: Dec 31, 1969
- Run Time:
- ASIN: 158488486X
- UPC:
- Sales Rank: 90155
Amazon Customer Reviews:
2 of 2 people found the following review helpful:
    Good, not great, 2008-08-31
R is a free software system that runs under Windows, Linux, and the Mac OS. R comprises a programming language, considerable support for statistical computing, and a set of powerful graphics functions. Murrell's book is about graphics.
br /
br /Graphics in R is done using various packages. One is "graphics", and its description occupies the first half of Murrell's book. But these days "graphics" is looking a little long in the tooth, and contains a number of infelicities that can't be changed because of all the old legacy code out there. Murrell himself wrote "grid" to fix this problem; "grid" is more general and better organized, but its functions are a toolkit for creating graphics; he's only built the tools, not assembled all the elements into simple and easy-to-use high-level plotting functions that "graphics" has. "Grid" occupies the second half of this book. Sandwiched in the middle is a chapter about "Lattice" (by Deepayan Sarkar); Murrell's chapter provides a brief overview, in part because lattice is built on grid, but lattice is better described by the online documentation, Sarkar's own book, and the books by William Cleveland, which introduced the whole idea of conditioned plotting of multivariate data. There's also an helpful (but brief) appendix describing how to get "graphics" and "grid" to work together, and an introduction to programming in R, which is too brief to be of much use of novices, and not detailed enough to help more advanced users.
br /
br /What's good: Although R comes with on-line documentation, the style of documentation for R is to describe the inputs and outputs of individual functions, but not provide much in the way of a conceptual overview. Murrell provides such an overview. Especially useful are a set of diagrams showing the various coordinate systems, lists of the line types and plotting symbols, and tables of the graphics state parameters. You could probably puzzle this out for yourself with just the built-in documentation, but Murrell's book will save you time and headaches. Also, his website has all the code that produced the book's figures, which can be quite instructive.
br /
br /What's bad: The description of the "graphics" package is incomplete, and the book's index is just terrible, which makes it hard to find things. Just as an example, if you want to see what the "mai" graphics parameter does, you should be able find it in the index under either "mai" or "par", a function which sets such parameters. There is a function index, but the functions are listed by package, not in a single, alphebetical list. If you know enough to find "par" under the graphics package in the index, then you get referred to a 30-page block of text. You won't find "mai" in the index at all. Nearly useless.
br /
br /Overall: R has a very powerful programmable graphics system. This book will help you use it. This book could be more complete, and begs for a decent index. A good example of a well-written and thorough book about a computer language is Guy Steele's Common Lisp; the R community hasn't gotten quite to that level yet.
9 of 10 people found the following review helpful:
14 of 15 people found the following review helpful:
9 of 13 people found the following review helpful:
13 of 16 people found the following review helpful:
|
|