The second edition is out. My version has color pictures (so it must be good!). This book is about the R programming language (not about statistical techniques). Even if you know R really well, you will learn from this book. Hadley Wickham is the author of many extremely useful R packages including ggplot.
Contents
- Introduction
I Foundation - Names and values
- Vectors
- Subsetting
- Control flow
- Functions
- Environments
- Conditions
II Functional Programming - Functionals
- Function factories
- Function operators
III Object-oriented Programming - Base types
- S3
- R6
- S4
- Trade-offs
IV Metaprogramming - Big picture
- Expressions
- Quasiquotation
- Evaluation
- Translating R code
V Techniques - Debugging
- Measuring performance
- Improving performance
- Rewriting R code in C++
References
- https://adv-r.hadley.nz/ Online version of book
- https://github.com/hadley/adv-r The source code for the book. The book is written in bookdown.
- https://bookdown.org/
No comments:
Post a Comment