- R Data Visualization Cookbook
- Atmajitsinh Gohil
- 95字
- 2021-08-06 19:21:05
Chapter 1. A Simple Guide to R
In this chapter, we will cover the following recipes:
- Installing packages and getting help in R
- Data types in R
- Special values in R
- Matrices in R
- Editing a matrix in R
- Data frames in R
- Editing a data frame in R
- Importing data in R
- Exporting data in R
- Writing a function in R
- Writing if else statements in R
- Basic loops in R
- Nested loops in R
- The apply, lapply, sapply, and tapply functions
- Using par to beautify a plot in R
- Saving plots
推薦閱讀
- 自己動手寫搜索引擎
- Mastering JavaScript Object-Oriented Programming
- LabVIEW程序設(shè)計基礎(chǔ)與應(yīng)用
- Machine Learning with R Cookbook(Second Edition)
- 面向STEM的Scratch創(chuàng)新課程
- HTML5+CSS3網(wǎng)站設(shè)計教程
- Java 11 Cookbook
- INSTANT Silverlight 5 Animation
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- FFmpeg開發(fā)實戰(zhàn):從零基礎(chǔ)到短視頻上線
- Python大規(guī)模機器學習
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)
- INSTANT JQuery Flot Visual Data Analysis
- Android高級開發(fā)實戰(zhàn):UI、NDK與安全
- 游戲設(shè)計的底層邏輯