- 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.
推薦閱讀
- ReSharper Essentials
- The Modern C++ Challenge
- C語言程序設計(第3版)
- PyQt從入門到精通
- Hands-On JavaScript High Performance
- 精通API架構:設計、運維與演進
- Getting Started with LLVM Core Libraries
- Node.js:來一打 C++ 擴展
- Julia for Data Science
- Unity 2018 Augmented Reality Projects
- Mudbox 2013 Cookbook
- Android應用開發攻略
- 輕松學Scratch 3.0 少兒編程(全彩)
- Learning Node.js for Mobile Application Development
- Image Processing with ImageJ(Second Edition)