-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
91 lines (79 loc) · 2 KB
/
_pkgdown.yml
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
url: https://seremictci.github.io/labinstrumentos
template:
bootstrap: 5
lang: es
toc:
depth: 2
navbar:
structure:
left: [home, reference, articles, datos]
right: [github]
components:
home:
icon: fa fa-home fa-lg
href: index.html
reference:
icon: fab fa-r-project fa-lg
text: Documentación
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/SEREMICTCI/labinstrumentos/
articles:
icon: fa fa-fw fa-book fa-lg
text: Artículos
menu:
- text: Origen de los datos
href: articles/Data.html
- text: Metodología
href: articles/methods.html
- text: Análisis exploratorio
href: articles/eda.html
- text: Analisis de redes con ANID
href: articles/network.html
- text: Analisis de redes sin ANID
href: articles/network_sin_anid.html
- text: Diagramas de Sankey
href: articles/sankey.html
datos:
icon: fas fa-database fa-lg
text: Datos
menu:
- text: Scripts
- text: Tratamiento de los datos
href: https://github.com/SEREMICTCI/labinstrumentos/blob/master/R/obtener_datos.R
articles:
- title: Todos los artículos
desc: Documentación vinculada al análisis de los datos del laboratorio de instrumentos.
contents:
- articles/Data
- articles/methods
- articles/eda
- articles/network
- articles/network_sin_anid
- articles/sankey
reference:
- title: Datos
contents:
- obtener_datos
- title: Análisis de redes
- subtitle: Frecuencia de palabras
contents:
- obtener_frecuencias
- subtitle: Diagramas de Sankey
contents:
- crear_sankey
- subtitle: Creación de redes
contents:
- crear_redes_de_palabras
- subtitle: Visualización de redes
contents:
- grafico_red_circular
- grafico_red_hubs
- subtitle: Análisis de comunidades
contents:
- red_comunidades_greedy
- red_comunidades_spinglass
- title: Funciones internas
contents:
- fun_tokenizer