-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
746 lines (574 loc) · 23.4 KB
/
index.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Título: nome da disciplina / conferência</title>
<meta charset="utf-8" />
<meta name="author" content="Prof(a). Fulano(a) de Tal" />
<link href="libs/font-awesome-5.3.1/css/fontawesome-all.min.css" rel="stylesheet" />
<script src="libs/htmlwidgets-1.3/htmlwidgets.js"></script>
<script src="libs/jquery-1.12.4/jquery.min.js"></script>
<link href="libs/leaflet-1.3.1/leaflet.css" rel="stylesheet" />
<script src="libs/leaflet-1.3.1/leaflet.js"></script>
<link href="libs/leafletfix-1.0.0/leafletfix.css" rel="stylesheet" />
<script src="libs/Proj4Leaflet-1.0.1/proj4-compressed.js"></script>
<script src="libs/Proj4Leaflet-1.0.1/proj4leaflet.js"></script>
<link href="libs/rstudio_leaflet-1.3.1/rstudio_leaflet.css" rel="stylesheet" />
<script src="libs/leaflet-binding-2.0.2/leaflet.js"></script>
<link rel="stylesheet" href="tema.css" type="text/css" />
<link rel="stylesheet" href="xaringan-themer.css" type="text/css" />
<link rel="stylesheet" href="animate.css" type="text/css" />
</head>
<body>
<textarea id="source">
class: center, middle, inverse, title-slide
# Título: nome da disciplina / conferência
### Prof(a). Fulano(a) de Tal
### Departamento de Estatística - UFPB
### </br>14 de outubro de 2019
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Sigam-nos nas redes sociais
</br>
</br>
[<i class="fas fa-link "></i> **Site do Departamento**: **http://www.de.ufpb.br/**](http://www.de.ufpb.br/)
[<i class="fas fa-paper-plane "></i> **[email protected]**](mailto:[email protected])</br>
[<i class="fab fa-instagram "></i> **@estatisticaufpb**](https://www.instagram.com/estatisticaufpb/)
[<i class="fab fa-twitter "></i> **@estatisticaufpb**](https://twitter.com/estatisticaufpb)
[<i class="fab fa-github "></i> **@de-ufpb**](https://github.com/de-ufpb)
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Onde estamos no mundo?
.pull-left[
<div id="htmlwidget-d1d71d8524ea936cc901" style="width:504px;height:432px;" class="leaflet html-widget"></div>
<script type="application/json" data-for="htmlwidget-d1d71d8524ea936cc901">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addTiles","args":["//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"© <a href=\"http://openstreetmap.org\">OpenStreetMap<\/a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA<\/a>"}]}],"setView":[[-7.1404,-34.846199],17,{"maxWidth":150,"minWidth":150,"autoPan":true,"keepInView":false,"closeButton":true,"className":""}]},"evals":[],"jsHooks":[]}</script>
]
???
Uma anotação qualquer. É preciso apertar a tecla **P** para ter acesso ao *modo apresentador*. As anotações podem incluir fórmulas matemáticas:
`$$\int_0^x f(x) dx$$`
--
.fadeInLeft.animated[
.pull-right[
O mapa ao lado foi produzido facilmente utilizando a biblioteca **leaflet**.
```r
library(leaflet)
leaflet() %>% addTiles() %>%
setView(
-34.846199, -7.140400, zoom = 17,
options = popupOptions(
minWidth = 200,
maxWidth = 340
)
)
```
]]
---
background-position: 100% 0%
class: center, middle
# Destaque com fundo escuro
---
background-position: 100% 0%
class: inverse, center, middle
# Destaque com fundo claro: Poderá ser utilizado na mudança de seções
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Instalando o `xaringan`
Esse tema foi construído utilizando a biblioteca **xaringan**. Trata-se de um pacote **R** para criar apresentações de slides com o **remark.js** por meio do **R Markdown**.
A biblioteca poderá ser instalada de duas formas:
--
**Forma 1**:
Instalando diretamente do [**CRAN**](https://cran.r-project.org/web/packages/available_packages_by_name.html). Faça:
```r
install.packages("xaringan")
```
--
.zoomIn.animated[
**Forma 2**:
Instalando do [**Github**](https://github.com/yihui/xaringan):
```r
devtools::install_github("yihui/xaringan")
```
]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Outras bibliotecas necessárias
Para que você consiga rodar esse exemplo, é interessante que instale alguns pacotes complementares. Esses pacotes são necessários pelo fato de que nesse exemplo de apresentação foram introduzidos alguns elementos interenssantes, como por exemplo, a inserção de mapas que foi possível utilizando a biblioteca **leaflet**. Dessa forma, caso você venha deletar todo o conteúdo desse arquivo, apenas deixando o cabeçalho, essas bibliotecas complementares não são necessárias. Nessa situação, vá aos poucos instalando o que precisa.
--
### Bibliotecas nesserárias para rodar essa apresentação
--
.fadeInDownBig.animated[
```r
# Perceba que usando o devtools na Forma 2 apresentada no frame anterior
install.packages(
c("devtools",
"leaflet",
"rmarkdown",
"xaringan"
"icon",
"vembedr"
)
)
```
]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Como posso aprender a fazer apresentações assim?
Para entender como fazer uma apresentação usando a biblioteca [**xaringan**](https://github.com/yihui/xaringan) de [**R**](https://www.r-project.org/) é necessário entender o básico de **RMarkdown**. Depois estude o código **index.Rmd** que produz essa apresentação.
</br>
--
**Você poderá consultar:**
--
- Um bom livro sobre **RMarkdown** você acessa [**aqui**](https://bookdown.org/yihui/rmarkdown/);
--
- Um material introdutório sobre **RMarkdown** pode ser acessado [**aqui**](https://prdm0.github.io/aulas_computacional/relatorio-markdown-em-r.html);
--
- Um bom material sobre **xaringan** pode ser acessado [**aqui**](https://bookdown.org/yihui/rmarkdown/xaringan.html) ou [**aqui**](https://github.com/yihui/xaringan/wiki).
---
class: inverse, middle, center
# Inserindo imagens e gifs
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Inserindo imagens e gifs
</br>
</br>
.pull-left[
<div class="figure" style="text-align: center">
<img src="img/gato_espanto.gif" alt="Primeira gif." width="400px" height="250px" />
<p class="caption">Primeira gif.</p>
</div>
]
--
.fadeInLeft.animated[
.pull-right[
<div class="figure" style="text-align: center">
<img src="img/102_anos.gif" alt="Segunda gif." width="400cm" height="250px" />
<p class="caption">Segunda gif.</p>
</div>
]]
---
class: inverse, middle, center
# Colocando uma imagem de background
---
background-image: url("img/homem_aranha.jpg")
background-size: cover
</br>
</br>
</br>
</br>
</br>
</br>
--
.rubberBand.animated[
<img src="img/logo-texto.png" width="400px" height="150px" style="display: block; margin: auto auto auto 0;" />
]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
</br>
.pull-left[
<div class="figure" style="text-align: center">
<img src="img/batman.png" alt="Esse é apenas o Batman." width="200cm" height="500px" />
<p class="caption">Esse é apenas o Batman.</p>
</div>
]
--
.zoomInUp.animated[
.pull-right[
<div class="figure" style="text-align: center">
<img src="img/super_hemilio.jpeg" alt="Esse é o Super-Hemílio." width="250px" height="500px" />
<p class="caption">Esse é o Super-Hemílio.</p>
</div>
]]
---
class: inverse, middle, center
# Suporte à reprodução de vídeos
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
</br>
Inserir vídeos em **xaringan** é fácil:
--
```r
library("htmltools")
library("vembedr")
embed_url("https://www.youtube.com/watch?v=WbsC_fGArVc")
```
--
**Para entender melhor estude o código da apresentação**.
--
.pull-left[
<iframe src="https://www.youtube.com/embed/WbsC_fGArVc" width="420" height="315" frameborder="0" allowfullscreen=""></iframe>
</br>
**Rush - Leave That Thing Alone.**
]
--
.flipInX.animated[
.pull-right[
<iframe src="https://www.youtube.com/embed/JcyqIA2eJww" width="420" height="315" frameborder="0" allowfullscreen=""></iframe>
</br>
**Rush - Tom Sawyer.**
]]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Uma citação
--
.pull-left[
<blockquote>
A vingança nunca é plena, mata a alma e a envenena **...**
</blockquote>
.right[-- <cite>**Seu Madruga**</cite>]
]
--
.fadeInLeft.animated[
.pull-right[
<div class="figure" style="text-align: center">
<img src="img/madruguinha.gif" alt="Seu Madruga." width="350cm" height="230px" />
<p class="caption">Seu Madruga.</p>
</div>
]]
.fadeInRight.animated[
.pull-left[
</br>
</br>
<img src="img/aplausos.gif" width="300cm" height="280px" style="display: block; margin: auto auto auto 0;" />
]]
---
class: inverse, middle, center
# Com xaringan você poderá inserir códigos grandes no seu slide. Tudo ficará organizado e sem extrapolar o frame.
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Códigos longos não geram problemas
Exemplo de um gráfico produzido usando a biblioteca [**ggplot2**](http://www.ggplot2-exts.org/gallery/). Utilize a barra lateral para visualizar todo o código.
.zoomInUp.animated[
.scroll-box-50[
.code50[
```r
library(ggplot2)
library(showtext)
library(cowplot)
showtext_auto()
font_add_google("Gloria Hallelujah", "gloria")
empirical <- function(x, ...){
domain <- seq(from = floor(min(x)), to = ceiling(max(x)) + 1L, length.out = 1e3L)
test <- function(i) sum(x <= domain[i]) / length(x)
result <- purrr::map_dbl(.x = 1L:length(domain), .f = test)
list(x = domain, y = result)
}
set.seed(0L)
dados <- rweibull(20L, shape = 2, scale = 1.5)
result <- empirical(dados)
x <- result$x
y <- result$y
p1 <- ggplot(data = data.frame(x = x, y = y), aes(x = x, y = y))
p2 <- p1 + ggtitle(label = "Função de Distribuição Empírica", subtitle = "Gráfico 04")
p3 <- p2 + scale_x_continuous(breaks = seq(0, 4, by = 0.3)) + scale_y_continuous(breaks = seq(0, 1, by = 0.05))
p4 <- p3 + geom_hline(yintercept = 1, lty = 2, lwd = 1.1, color = "gray40", alpha = 0.6)
p5 <- p4 + stat_function(args = list(shape = 2, scale = 1.5), fun = pweibull, lwd = 1.1, show.legend = TRUE,
aes(color = "Teórica")) +
geom_line(lwd = 1.1, aes(colour = "Empírica")) +
xlab(label = "x") + ylab(label = "Probabilidade")
p6 <- p5 + scale_colour_manual(breaks = c("Teórica", "Empírica"),
values = c("black", "blue"), name = "Curvas")
theme_line <- theme(plot.title = element_text(face = "bold", family = "gloria"),
plot.subtitle = element_text(family = "gloria"),
axis.title = element_text(face = "bold", family = "gloria"),
legend.title = element_text(face = "bold"),
legend.spacing.y = unit(2, "mm"),
legend.spacing.x = unit(5, "mm"),
legend.margin = margin(r = 0.6, l = 0.2, b = 0.2, unit = 'cm'),
legend.background = element_rect(fill = "gray95", color = "black"),
legend.text = element_text(family = "gloria"))
p7 <- p6 + theme_line
plot_grid(p1, p5, p6, p7, labels = c("A", "B", "C", "D"))
ggsave(filename = "empirical.pdf", width = 10, height = 10)
```
]]]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Aumentando ou diminuindo fontes
.font10[Teste], .font20[Teste], .font40[Teste], .font50[Teste], .font60[Teste], .font70[Teste], .font80[Teste], .font90[Teste], .font100[Teste], .font110[Teste], .font120[Teste], .font130[Teste], .font150[Teste], .font170[Teste], .font180[Teste], .font190[Teste], .font200[Teste]
--
.fonte150[**Isso foi produzido fazendo:**]
--
```r
.font10[Teste], .font20[Teste], .font40[Teste], .font50[Teste], .font60[Teste], .font70[Teste], .font80[Teste], .font90[Teste], .font100[Teste], .font110[Teste], .font120[Teste], .font130[Teste], .font150[Teste], .font170[Teste], .font180[Teste], .font190[Teste], .font200[Teste]
```
</br>
</br>
--
.fadeIn.animated[
<img src="img/espanto.gif" width="300cm" height="200px" style="display: block; margin: auto;" />
]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Tabelas
```r
knitr::kable(mtcars[1L:6L, ], format = "html", caption = "Título da minha tabela.")
```
<table>
<caption>Título da minha tabela.</caption>
<thead>
<tr>
<th style="text-align:left;"> </th>
<th style="text-align:right;"> mpg </th>
<th style="text-align:right;"> cyl </th>
<th style="text-align:right;"> disp </th>
<th style="text-align:right;"> hp </th>
<th style="text-align:right;"> drat </th>
<th style="text-align:right;"> wt </th>
<th style="text-align:right;"> qsec </th>
<th style="text-align:right;"> vs </th>
<th style="text-align:right;"> am </th>
<th style="text-align:right;"> gear </th>
<th style="text-align:right;"> carb </th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left;"> Mazda RX4 </td>
<td style="text-align:right;"> 21.0 </td>
<td style="text-align:right;"> 6 </td>
<td style="text-align:right;"> 160 </td>
<td style="text-align:right;"> 110 </td>
<td style="text-align:right;"> 3.90 </td>
<td style="text-align:right;"> 2.620 </td>
<td style="text-align:right;"> 16.46 </td>
<td style="text-align:right;"> 0 </td>
<td style="text-align:right;"> 1 </td>
<td style="text-align:right;"> 4 </td>
<td style="text-align:right;"> 4 </td>
</tr>
<tr>
<td style="text-align:left;"> Mazda RX4 Wag </td>
<td style="text-align:right;"> 21.0 </td>
<td style="text-align:right;"> 6 </td>
<td style="text-align:right;"> 160 </td>
<td style="text-align:right;"> 110 </td>
<td style="text-align:right;"> 3.90 </td>
<td style="text-align:right;"> 2.875 </td>
<td style="text-align:right;"> 17.02 </td>
<td style="text-align:right;"> 0 </td>
<td style="text-align:right;"> 1 </td>
<td style="text-align:right;"> 4 </td>
<td style="text-align:right;"> 4 </td>
</tr>
<tr>
<td style="text-align:left;"> Datsun 710 </td>
<td style="text-align:right;"> 22.8 </td>
<td style="text-align:right;"> 4 </td>
<td style="text-align:right;"> 108 </td>
<td style="text-align:right;"> 93 </td>
<td style="text-align:right;"> 3.85 </td>
<td style="text-align:right;"> 2.320 </td>
<td style="text-align:right;"> 18.61 </td>
<td style="text-align:right;"> 1 </td>
<td style="text-align:right;"> 1 </td>
<td style="text-align:right;"> 4 </td>
<td style="text-align:right;"> 1 </td>
</tr>
<tr>
<td style="text-align:left;"> Hornet 4 Drive </td>
<td style="text-align:right;"> 21.4 </td>
<td style="text-align:right;"> 6 </td>
<td style="text-align:right;"> 258 </td>
<td style="text-align:right;"> 110 </td>
<td style="text-align:right;"> 3.08 </td>
<td style="text-align:right;"> 3.215 </td>
<td style="text-align:right;"> 19.44 </td>
<td style="text-align:right;"> 1 </td>
<td style="text-align:right;"> 0 </td>
<td style="text-align:right;"> 3 </td>
<td style="text-align:right;"> 1 </td>
</tr>
<tr>
<td style="text-align:left;"> Hornet Sportabout </td>
<td style="text-align:right;"> 18.7 </td>
<td style="text-align:right;"> 8 </td>
<td style="text-align:right;"> 360 </td>
<td style="text-align:right;"> 175 </td>
<td style="text-align:right;"> 3.15 </td>
<td style="text-align:right;"> 3.440 </td>
<td style="text-align:right;"> 17.02 </td>
<td style="text-align:right;"> 0 </td>
<td style="text-align:right;"> 0 </td>
<td style="text-align:right;"> 3 </td>
<td style="text-align:right;"> 2 </td>
</tr>
<tr>
<td style="text-align:left;"> Valiant </td>
<td style="text-align:right;"> 18.1 </td>
<td style="text-align:right;"> 6 </td>
<td style="text-align:right;"> 225 </td>
<td style="text-align:right;"> 105 </td>
<td style="text-align:right;"> 2.76 </td>
<td style="text-align:right;"> 3.460 </td>
<td style="text-align:right;"> 20.22 </td>
<td style="text-align:right;"> 1 </td>
<td style="text-align:right;"> 0 </td>
<td style="text-align:right;"> 3 </td>
<td style="text-align:right;"> 1 </td>
</tr>
</tbody>
</table>
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
# Colocando caixas de anotações
.pull-left[
**Anotação do lado esquerdo:**
.font80[.content-box-black[
"O **CCEN**, um dos mais importantes Centros da UFPB, universidade pública, gratuita e estatal, sendo referência no ensino, pesquisa e extensão, funcionando com uma boa infra-estrutura e um modelo gerencial democrático e eficiente, adequados às múltiplas transformações e demandas da sociedade, tendo uma relevante atuação voltada ao desenvolvimento científico, tecnológico, cultural e socioeconômico da Paraíba, do Nordeste e do Brasil, visando à melhoria de qualidade da vida".
]]
]
.pull-right[
**Anotação do lado direito:**
.font80[.content-box-black[
O Curso de Bacharelado em Estatística foi criado no ano **2000**, a partir da **Resolução no 25/2000** do CONSEPE (Conselho Superior de Ensino, Pesquisa e Extensão). Desde a primeira turma de formandos em 2004.1, todos os bacharéis em Estatística da UFPB obtiveram postos de trabalho e/ou ingressaram em programas de pós-graduação de comprovado nível de excelência.
]]
]
</br>
--
.jello.animated[
.fonte150[Escrevendo mais alguma coisa **...**]
]
.pull-right[
**Outra anotação do lado direito:**
.font80[.content-box-black[
Mais alguma anotação **...**
`$$\int_{-\infty}^{+\infty} f_{X} dx = 1.$$`
]]]
---
background-image: url("img/logo-branca.png")
background-size: 100px
background-position: 100% 0%
class: middle, center
.jackInTheBox.animated[
# Obrigado pela sua atenção!
]
</textarea>
<style data-target="print-only">@media screen {.remark-slide-container{display:block;}.remark-slide-scaler{box-shadow:none;}}</style>
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
<script>var slideshow = remark.create({
"highlightStyle": "github",
"ratio": "16:9",
"highlightLines": true,
"countIncrementalSlides": false
});
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
window.dispatchEvent(new Event('resize'));
});
(function(d) {
var s = d.createElement("style"), r = d.querySelector(".remark-slide-scaler");
if (!r) return;
s.type = "text/css"; s.innerHTML = "@page {size: " + r.style.width + " " + r.style.height +"; }";
d.head.appendChild(s);
})(document);
(function(d) {
var el = d.getElementsByClassName("remark-slides-area");
if (!el) return;
var slide, slides = slideshow.getSlides(), els = el[0].children;
for (var i = 1; i < slides.length; i++) {
slide = slides[i];
if (slide.properties.continued === "true" || slide.properties.count === "false") {
els[i - 1].className += ' has-continuation';
}
}
var s = d.createElement("style");
s.type = "text/css"; s.innerHTML = "@media print { .has-continuation { display: none; } }";
d.head.appendChild(s);
})(document);
// delete the temporary CSS (for displaying all slides initially) when the user
// starts to view slides
(function() {
var deleted = false;
slideshow.on('beforeShowSlide', function(slide) {
if (deleted) return;
var sheets = document.styleSheets, node;
for (var i = 0; i < sheets.length; i++) {
node = sheets[i].ownerNode;
if (node.dataset["target"] !== "print-only") continue;
node.parentNode.removeChild(node);
}
deleted = true;
});
})();
// adds .remark-code-has-line-highlighted class to <pre> parent elements
// of code chunks containing highlighted lines with class .remark-code-line-highlighted
(function(d) {
const hlines = d.querySelectorAll('.remark-code-line-highlighted');
const preParents = [];
const findPreParent = function(line, p = 0) {
if (p > 1) return null; // traverse up no further than grandparent
const el = line.parentElement;
return el.tagName === "PRE" ? el : findPreParent(el, ++p);
};
for (let line of hlines) {
let pre = findPreParent(line);
if (pre && !preParents.includes(pre)) preParents.push(pre);
}
preParents.forEach(p => p.classList.add("remark-code-has-line-highlighted"));
})(document);</script>
<script>
(function() {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
if (/^(https?:)?\/\//.test(links[i].getAttribute('href'))) {
links[i].target = '_blank';
}
}
})();
</script>
<script>
slideshow._releaseMath = function(el) {
var i, text, code, codes = el.getElementsByTagName('code');
for (i = 0; i < codes.length;) {
code = codes[i];
if (code.parentNode.tagName !== 'PRE' && code.childElementCount === 0) {
text = code.textContent;
if (/^\\\((.|\s)+\\\)$/.test(text) || /^\\\[(.|\s)+\\\]$/.test(text) ||
/^\$\$(.|\s)+\$\$$/.test(text) ||
/^\\begin\{([^}]+)\}(.|\s)+\\end\{[^}]+\}$/.test(text)) {
code.outerHTML = code.innerHTML; // remove <code></code>
continue;
}
}
i++;
}
};
slideshow._releaseMath(document);
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML';
if (location.protocol !== 'file:' && /^https?:/.test(script.src))
script.src = script.src.replace(/^https?:/, '');
document.getElementsByTagName('head')[0].appendChild(script);
})();
</script>
</body>
</html>