Skip to content
Snippets Groups Projects
Verified Commit 2149f7d0 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

tp.Rmd: basic presentation

parent 10c3d172
No related branches found
No related tags found
No related merge requests found
---
title: "R#1: Introduction to R and RStudio"
author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)
date: 6 Jun 2018
output:
beamer_presentation:
theme: "metropolis"
slide_level: 3
---
The goal of this practical is to familiarize yourself with R and the RStudio
environment.
# Some R background
```{r, out.width = "40px",echo=FALSE}
knitr::include_graphics("img/Rlogo.png")
```
is a programming language and free software environment for statistical
computing and graphics supported by the *R Foundation for Statistical Computing*.
---
```{r, out.width = "40px",echo=FALSE}
knitr::include_graphics("img/Rlogo.png")
```
- created by **Ross Ihaka** and **Robert Gentleman**
- free and opensource implementation the S programming language
- initial version released in 1995
- at the University of Auckland, New Zealand
- currently developed by the **R Development Core Team**.
---
```{r, out.width = "100%",echo=FALSE}
knitr::include_graphics("img/R_terminal.png")
```
# RStudio, the R IDE
\begin{block}{IDR: Integrated development environment}
application that provides {\bf comprehensive facilities} to computer programmers for
software development
\end{block}
## An interface
![RStudio](img/RStudio.png)
## The same console as before
![R console](img/RStudio_console.png)
## A code editor
![R editor](img/RStudio_editor.png)
## Various outpus
![R outputs](img/RStudio_outputs.png)
## The environment
![R environment](img/RStudio_environment.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment