- Modern R Programming Cookbook
- Jaynal Abedin
- 80字
- 2021-07-08 09:48:32
Creating a data frame and accessing its properties
A data frame in R is also a two-dimensional arrangement like a matrix, but it can contain a combination of data types in different columns. One column could be numeric, another column could be character. A data frame can be considered as a natural generalization of a matrix in R. In this recipe, you will learn how to create a data frame and how to access various columns and/or elements of it.
推薦閱讀
- R語言游戲數據分析與挖掘
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- C語言程序設計
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Mastering Ubuntu Server
- Windows Presentation Foundation Development Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Hands-On Automation Testing with Java for Beginners
- Mastering Android Development with Kotlin
- 機器學習微積分一本通(Python版)
- 零基礎學Scratch 3.0編程
- SEO教程:搜索引擎優化入門與進階(第3版)
- Getting Started with Windows Server Security
- C語言程序設計實驗指導與習題精解
- Tkinter GUI Programming by Example