12.07.2015 Views

R dummies

R dummies

R dummies

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Console: In the bottom-left corner, you find the console. The console in RStudiois identical to the console in RGui (refer to “Seeing the naked R console,” earlierin this chapter). This is where you do all the interactive work with R.Workspace and history: The top-right corner is a handy overview of yourworkspace, where you can inspect the variables you created in your session, aswell as their values. (We discuss the workspace in more detail later in thischapter.) This is also the area where you can see a history of the commandsyou’ve issued in R.Files, plots, package, and help: In the bottom-right corner, you have accessto several tools:• Files: This is where you can browse the folders and files on your computer.• Plots: This is where R displays your plots (charts or graphs). We discuss plots inPart V.• Packages: This is where you can view a list of all the installed packages. Apackage is self-contained set of code that adds functionality to R, similar to theway that an add-in adds functionality to Microsoft Excel.• Help: This is where you can browse the built-in Help system of R.Figure 2-5: RStudio’s four work areas.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!