- Modern R Programming Cookbook
- Jaynal Abedin
- 162字
- 2021-07-08 09:48:24
There's more…
The following screenshot is the initial user interface of RStudio where you will see four major components:

Let's take a look at the following four major components shown in the preceding screenshot:
- In the upper-left section is the R script writing section where you will usually write R code to solve your data analytics, data management, or data visualization problems.
- In the lower-left section is the R console where you will be able to see immediate output and error messages along the line of code that has been run already.
- The upper-right section contains the history of R sessions and the current global environment. The environment section displays all current active R objects, their type, and other information.
- The lower-right corner contains several subcomponents, for example, the Help documentation window, graphical output (the Plots tab), the Files tab showing the list of files and folders in the selected directory, and also the list of R packages (the Packages tab).
推薦閱讀
- 程序員面試筆試寶典(第3版)
- RTC程序設計:實時音視頻權威指南
- Learning ArcGIS Pro
- Flux Architecture
- 精通Linux(第2版)
- 利用Python進行數據分析
- Getting Started with React Native
- Developing Java Applications with Spring and Spring Boot
- MySQL數據庫教程(視頻指導版)
- C# 7 and .NET Core 2.0 Blueprints
- Getting Started with SQL Server 2014 Administration
- 小小的Python編程故事
- Scratch 3.0少兒游戲趣味編程
- 實戰圖解MACD波段交易技術
- Java EE 7 First Look