- 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).
推薦閱讀
- 軟件項目管理(第2版)
- OpenShift開發指南(原書第2版)
- Processing互動編程藝術
- Blender 3D Incredible Machines
- Securing WebLogic Server 12c
- 精通網絡視頻核心開發技術
- SAP BusinessObjects Dashboards 4.1 Cookbook
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Building Serverless Web Applications
- Julia High Performance(Second Edition)
- SQL Server 2012 數據庫應用教程(第3版)
- JavaScript Concurrency
- Building Microservices with Go
- Python面向對象編程(第4版)
- Zend Framework 2 Cookbook