-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths1.Rmd
More file actions
69 lines (44 loc) · 780 Bytes
/
Copy paths1.Rmd
File metadata and controls
69 lines (44 loc) · 780 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
---
title: "Sesión 1"
subtitle: <h4 style="font-style:normal">Visualizaciones avanzadas en R</h4>
date: <h4 style="font-style:normal">27 de febrero de 2021</h4>
output:
html_document:
toc: true
toc_depth: 3
toc_float: true
theme: readable
---
<style>
p.comment {
background-color: #DBDBDB;
padding: 10px;
border: 1px solid black;
margin-left: 25px;
border-radius: 5px;
font-style: italic;
}
.figure {
margin-top: 20px;
margin-bottom: 20px;
}
h1.title {
font-weight: bold;
font-family: Arial;
}
h2.title {
font-family: Arial;
}
</style>
<style type="text/css">
#TOC {
font-size: 13px;
font-family: Arial;
}
</style>
\
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# En construcción
⚠🛠⚠