Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
40493573b996e2fab2c46954594abefe
mooc-rr
Commits
4329800b
Commit
4329800b
authored
Mar 14, 2021
by
Gaston Komanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Affichage graphique, suppression des titres sur la séquence plot.
parent
9085a4a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exercice_fr.Rmd
module2/exo3/exercice_fr.Rmd
+1
-1
No files found.
module2/exo3/exercice_fr.Rmd
View file @
4329800b
...
@@ -21,7 +21,7 @@ x
...
@@ -21,7 +21,7 @@ x
Le premier affichage graphique est la *séquence plot* suivante :
Le premier affichage graphique est la *séquence plot* suivante :
```{r}
```{r}
plot(x, type = "l", lwd = 2, col = "blue", xaxs = "i", yaxs ="i", xlim = c(0,100), ylim = c(0,25), panel.first = grid())
plot(x, type = "l", lwd = 2, col = "blue", xaxs = "i", yaxs ="i",
main = "", ylab = "", xlab = "",
xlim = c(0,100), ylim = c(0,25), panel.first = grid())
```
```
## Deuxième graphique
## Deuxième graphique
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment