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

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.

主站蜘蛛池模板: 呼图壁县| 高淳县| 新昌县| 河西区| 望都县| 高尔夫| 平果县| 南雄市| 陆川县| 翁牛特旗| 怀柔区| 揭阳市| 台州市| 洛南县| 沂源县| 大兴区| 深圳市| 静乐县| 同德县| 大悟县| 乌海市| 长顺县| 盘锦市| 巴东县| 永胜县| 高阳县| 浦江县| 永丰县| 四会市| 临高县| 姚安县| 牡丹江市| 毕节市| 墨江| 开化县| 二连浩特市| 三门县| 涟水县| 义乌市| 沙田区| 开江县|