forked from simroy16/parcelle_analyse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentation.Rmd
More file actions
70 lines (47 loc) · 943 Bytes
/
presentation.Rmd
File metadata and controls
70 lines (47 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: "Présentation projet parcelle"
author: "Simon ROY"
date: "5 décembre 2019"
output: ioslides_presentation
seal: true
yolo: false
self_contained: false
nature:
ratio: "4:3"
titleSlideClass: ["center", "middle"]
highlightStyle: 'zenburn'
highlightLines: false
countIncrementalSlides: false
slideNumberFormat: "%current% / %total%"
---
## Data set presentation
---
## Data set presentation
-Parcelle data
```{r presentation, include = F}
source("R/02_cleaning_data.R")
head(parcelle)
```
-Flore data
| species_1 | species_2 |
|----------:|:----------|
| data | data |
---
## Exploration data with shiny
```{r echo = FALSE, out.width="50%"}
source("R/shiny/server.R")
shinyApp(ui = ui, server = server)
# run_our_shiny_app <- function() {
# source("R/shiny/server.R")
#
# runApp(
# list(ui = ui,
# server = server)
# )
# }
```
---
##Plot data
```{r }
"Courage nous !!"
```