- Modern R Programming Cookbook
- Jaynal Abedin
- 58字
- 2021-07-08 09:48:33
See also
To check whether an object is an array or not, you could use the is.array() function. To do advanced processing and/or analysis on an array object, it is recommended that you review the plyr library, especially the alply(), aaply(), and adply() functions, because those functions take input as an array and then perform the requested operations.
推薦閱讀
- 精通Nginx(第2版)
- C語言程序設計(第2版)
- ASP.NET動態網頁設計教程(第三版)
- Learn Scala Programming
- Python王者歸來
- Mastering Julia
- HTML5+CSS3網站設計教程
- Python Network Programming Cookbook(Second Edition)
- MATLAB定量決策五大類問題
- 用Flutter極速構建原生應用
- Java EE 8 Application Development
- Learning Concurrent Programming in Scala
- C++寶典
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- 深入淺出Go語言編程