Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R_basis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAN
R_basis
Commits
2149f7d0
Verified
Commit
2149f7d0
authored
5 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
tp.Rmd: basic presentation
parent
10c3d172
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
session_1/tp.Rmd
+66
-0
66 additions, 0 deletions
session_1/tp.Rmd
with
66 additions
and
0 deletions
session_1/tp.Rmd
+
66
−
0
View file @
2149f7d0
---
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

## The same console as before

## A code editor

## Various outpus

## The environment

This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment