官术网_书友最值得收藏!

What you need for this book

All the code examples provided in this book should be run in the R console that is to be installed first on a computer. You can download the software for free and find the installation instructions for all major operating systems at http://r-project.org. Although we will not cover advanced topics such as how to use R in Integrated Development Environments, there are awesome plugins for Emacs, Eclipse, vi, or Notepad++ besides other editors, and we can also highly recommend trying RStudio, which is a free and open source IDE dedicated to R.

Apart from a working R installation, we will also use some user-contributed R packages that can be easily installed from the Comprehensive R Archive Network. To install a package, use the install.packages command in the R console, shown as follows:

> install.packages('zoo')

After installation, the package should be also loaded first to the current R session before usage:

> library(zoo)

You can find free introductory articles and manuals on the R homepage, but this book is targeted towards beginners, so no additional R knowledge is assumed from the reader.

主站蜘蛛池模板: 商城县| 突泉县| 洛南县| 石柱| 丹寨县| 浮梁县| 城固县| 乐安县| 离岛区| 临邑县| 达日县| 马鞍山市| 灵丘县| 阿拉善左旗| 西丰县| 镇江市| 临西县| 磐安县| 扎兰屯市| 邓州市| 贡嘎县| 罗江县| 工布江达县| 岫岩| 林西县| 屏南县| 临邑县| 迁西县| 通渭县| 佛冈县| 杨浦区| 五华县| 青浦区| 澄城县| 洞口县| 古田县| 哈巴河县| 乐山市| 彰武县| 花垣县| 霍林郭勒市|