- 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).
推薦閱讀
- 深入淺出Electron:原理、工程與實踐
- Visual FoxPro程序設計教程
- Dynamics 365 Application Development
- Python語言程序設計
- 微服務設計原理與架構
- Mastering Python High Performance
- Azure Serverless Computing Cookbook
- Go語言底層原理剖析
- Java程序設計基礎(第6版)
- Visual Basic 程序設計實踐教程
- Docker on Windows
- PhantomJS Cookbook
- Leaflet.js Essentials
- Linux Networking Cookbook
- The Java Workshop