- 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
推薦閱讀
- 摩登創客:與智能手機和平板電腦共舞
- Machine Learning with R Cookbook(Second Edition)
- 你不知道的JavaScript(中卷)
- 網絡爬蟲原理與實踐:基于C#語言
- Getting Started with LLVM Core Libraries
- Lighttpd源碼分析
- Distributed Computing in Java 9
- Java Hibernate Cookbook
- C# 7.0本質論
- Learn Linux Quickly
- C語言程序設計實驗指導與習題精解
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Java網絡編程實用精解
- 軟件自動化測試實戰解析:基于Python3編程語言
- Elixir Cookbook