- Modern R Programming Cookbook
- Jaynal Abedin
- 97字
- 2021-07-08 09:48:29
Data Structures in R
In this chapter, you will learn about the data structures of R and how to create and access its properties, and various operations related to a specific data structure. The following recipes will be covered in this chapter:
- Creating a vector and accessing its properties
- Creating a matrix and accessing its properties
- Creating a data frame and accessing its properties
- Creating an array and accessing its properties
- Creating a list from a combination of vector, matrix, and data frames
- Converting a matrix to a data frame and a data frame to a matrix
推薦閱讀
- The Complete Rust Programming Reference Guide
- 案例式C語言程序設計
- 大學計算機應用基礎實踐教程
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Oracle Database 12c Security Cookbook
- Spring Boot企業級項目開發實戰
- Instant Nancy Web Development
- Python項目實戰從入門到精通
- 現代C:概念剖析和編程實踐
- Backbone.js Testing
- Go語言入門經典
- Mastering OAuth 2.0
- 精通Spring:Java Web開發與Spring Boot高級功能
- 量子計算機編程:從入門到實踐
- React and React Native