- Modern R Programming Cookbook
- Jaynal Abedin
- 97字
- 2021-07-08 09:48:31
Getting ready
To get started with this recipe, you must have R installed on your computer. You also need to understand the structure of a matrix and various operations. There is no library required for this recipe, but if you are interested in advanced matrix algebra, then you might consider the See also section of this recipe. A matrix is considered as a two-dimensional grid where each cell is represented by a row and column index and the value of the cell is the entries of the matrix. The cell may contain logical, numeric, or character elements.
推薦閱讀
- UML和模式應用(原書第3版)
- 自己動手寫搜索引擎
- ThinkPHP 5實戰
- Mastering ServiceStack
- Photoshop智能手機APP UI設計之道
- 實用防銹油配方與制備200例
- 算法大爆炸:面試通關步步為營
- Python程序設計案例教程
- iOS應用逆向工程(第2版)
- Mathematica Data Analysis
- AppInventor實踐教程:Android智能應用開發前傳
- Learning AngularJS for .NET Developers
- Learning YARN
- Visualforce Developer’s guide
- Fast Data Processing with Spark(Second Edition)