- Applied Data Visualization with R and ggplot2
- Dr. Tania Moulik
- 168字
- 2021-07-23 16:59:44
Exploring Datasets
In this section, we will use the built-in datasets to investigate the relationships between continuous variables, such as temperature and airquality. We'll explore and understand the datasets available in R.
Let's begin by executing the following steps:
- Type data() in the command line to list the datasets available in R. You should see something like the following:
- Choose the following datasets: mtcars, air quality, rock, and sleep.
The number of levels only applies to factor data.
- List two variables of each type, the dataset names, and the other columns of this table.
- To view the data type, use the str command (for example, str(airquality) ).
Take a look at the following output screenshot:
- After viewing the preceding datasets, fill in the following table. The first entry has been completed for you. The following table includes all variables of the types num and int:
The outcome should be a completed table, similar to the following:
More details about variables can be found at http://www.statisticshowto.com/types-variables/.
推薦閱讀
- Ansible Configuration Management
- 大學計算機基礎:基礎理論篇
- R Data Mining
- WOW!Illustrator CS6完全自學寶典
- 讓每張照片都成為佳作的Photoshop后期技法
- 分布式多媒體計算機系統
- Docker High Performance(Second Edition)
- 計算機網絡原理與技術
- Enterprise PowerShell Scripting Bootcamp
- 筆記本電腦維修90個精選實例
- Containers in OpenStack
- Machine Learning Algorithms(Second Edition)
- INSTANT Adobe Story Starter
- 設計模式
- 新一代人工智能與語音識別