-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript__001.R
551 lines (482 loc) · 17.3 KB
/
script__001.R
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
# inspiración
# sitio web con gráficos interactivos, buscador de nombres, popularidad
browseURL("https://nombres.datos.gob.ar/")
# figura estática, popularidad en el tiempo
browseURL("https://www.chartr.co/newsletters/2023-05-15")
# paquetes ----------------------------------------------------------------
library(tidyverse)
library(ggtext)
# library(ggh4x)
library(glue)
library(showtext)
# fuente ------------------------------------------------------------------
# eje horizontal, años
font_add_google(name = "Bebas Neue", family = "bebas")
# eje vertical, porcentajes
font_add_google(name = "Inconsolata", family = "inconsolata")
# nombres
font_add_google(name = "Alice", family = "alice")
# título
font_add_google(name = "Libre Bodoni", family = "libre", db_cache = FALSE)
# texto
font_add_google(name = "Heebo", family = "heebo", db_cache = FALSE)
showtext_auto()
showtext_opts(dpi = 300)
# íconos
font_add("fa-brands", "icon/Font Awesome 6 Brands-Regular-400.otf")
showtext_auto()
showtext_opts(dpi = 300)
# MetBrewer: Monet
c1 <- "grey80"
c2 <- "white"
c3 <- "grey20"
c4 <- "grey30"
# caption
fuente <- glue("Datos: <span style='color:{c1};'>RENAPER, Our World in Data</span>")
autor <- glue("Autor: <span style='color:{c1};'>**Víctor Gauto**</span>")
icon_twitter <- glue("<span style='font-family:fa-brands;'></span>")
icon_github <- glue("<span style='font-family:fa-brands;'></span>")
usuario <- glue("<span style='color:{c1};'>**vhgauto**</span>")
sep <- glue("**|**")
mi_caption <- glue("{fuente} {sep} {autor} {sep} {icon_github} {icon_twitter} {usuario}")
# datos -------------------------------------------------------------------
# POBLACIÓN
# OUR WORLD IN DATA
browseURL("https://ourworldindata.org/grapher/population?time=1922..latest&country=~ARG")
# leo base de datos, población Argentina
pop <- read_csv("nombres/population.csv") |>
filter(Entity == "Argentina") |>
select(año = Year, pob = `Population (historical estimates)`) |>
filter(año >= 1922)
# NOMBRES
# RENAPER
browseURL("https://datos.gob.ar/dataset/otros-nombres-personas-fisicas/archivo/otros_2.1")
# leo la base de datos
# 9.761.609 de filas!!!!!!!!!
# datos <- read_csv("nombres/historico-nombres.csv") |>
# rename(año = anio) |>
# mutate(nombre = toupper(nombre))
# selecciono únicamente el primer nombre
# datos2 <- datos |>
# # creo una nueva columnas por c/nombre individual
# separate(col = nombre, into = c("nombre", NA), sep = " ")
datos2 <- read_tsv("primer_nombre.tsv")
# remplazo todas las vocales con acento, para simplificar
# muchos nombres aparecen varias veces para un mismo año, con diferentes
# cantidades; agrupo y sumo
# combino datos de nombres con poblaciones, acorde al año
datos3 <- datos2 |>
mutate(nombre = str_replace_all(nombre, pattern = "Á", replacement = "A")) |>
mutate(nombre = str_replace_all(nombre, pattern = "É", replacement = "E")) |>
mutate(nombre = str_replace_all(nombre, pattern = "Í", replacement = "I")) |>
mutate(nombre = str_replace_all(nombre, pattern = "Ó", replacement = "O")) |>
mutate(nombre = str_replace_all(nombre, pattern = "Ú", replacement = "U")) |>
group_by(nombre, año) |>
summarise(cantidad = sum(cantidad), .groups = "drop") |>
inner_join(pop, by = "año") |>
mutate(rel = 100*(cantidad/pob)) |>
mutate(decada = año - (año %% 10))
# voy década por década, obteniendo los nombres (femenino/masculino),
# sin repeticiones
# datos3 |>
# group_by(decada) |>
# slice_max(order_by = rel, n = 150) |>
# ungroup() |>
# group_by(decada, nombre) |>
# slice_max(order_by = rel, n = 150) |>
# arrange(decada, desc(cantidad)) |>
# filter(decada == 2010) |>
# distinct(nombre, .keep_all = TRUE) |>
# filter(!nombre %in% n_ambos)
# top 10 nombres femeninos
n_mujer <- c("MARIA", "ROSA", "ANA", "SILVIA", "CLAUDIA", "NATALIA", "ROMINA",
"MICAELA", "CAMILA", "MIA")
# top 10 nombres masculinos
n_varon <- c("JUAN", "JOSE", "CARLOS", "JORGE", "MARCELO", "DIEGO", "CRISTIAN",
"LUCAS", "SANTIAGO", "SANTINO")
# top 20
n_ambos <- c(n_mujer, n_varon)
# filtro los datos, femenino
top_mujer <- datos3 |>
filter(nombre %in% n_mujer) |>
mutate(sexo = "M")
# filtro los datos, masculino
top_varon <- datos3 |>
filter(nombre %in% n_varon) |>
mutate(sexo = "V")
# combino ambos datasets
top_ambos <- bind_rows(top_mujer, top_varon) |>
mutate(sexo = factor(sexo, levels = c("M", "V")))
# acomodo los datos según sexo y popularidad (rel)
pop_max_ambos <- top_ambos |>
group_by(nombre) |>
slice_max(order_by = rel, n = 1) |>
ungroup() |>
arrange(sexo, desc(rel)) |>
# arrange(sexo, decada) |>
mutate(nombre = fct_inorder(nombre))
# orden de los nombres, según sexo y popularidad (rel)
orden_nombre_ambos <- unique(pop_max_ambos$nombre)
# convierto a factor los nombres
top_ambos <- top_ambos |>
mutate(nombre = factor(nombre, levels = orden_nombre_ambos))
# obtengo el valor de popularidad máxima
punto_max <- top_ambos |>
group_by(nombre, decada) |>
slice_max(order_by = rel, n = 1) |>
ungroup()
# década en la que hacer la iteación
n_decada <- seq(1920, 2010, 10)
# función que obtiene toda la serie histórica de datos, por nombre
f_decada <- function(n_vector, x) {
top_ambos |>
filter(nombre == n_vector[x] & decada == n_decada[x]) |>
slice_max(order_by = rel, n = 1)
}
# caso excepcional de MARIA & JUAN, para una mejor ubiación en la figura
mariajuan <- datos3 |>
filter(nombre %in% c("MARIA", "JUAN") & año == 1945)
# combino las series históricas de los 20 nombres más populares
punto_max2 <- bind_rows(
map(.x = 1:10, ~ f_decada(n_vector = n_mujer, x = .x)) |> list_rbind(),
map(.x = 1:10, ~ f_decada(n_vector = n_varon, x = .x)) |> list_rbind()) |>
mutate(nombre = fct_inorder(nombre)) |>
# cambio manualmente MARIA y JUAN
mutate(año = case_match(
nombre,
"MARIA" ~ 1945,
"JUAN" ~ 1945,
.default = año)) |>
mutate(rel = case_match(
nombre,
"MARIA" ~ mariajuan$rel[2],
"JUAN" ~ mariajuan$rel[1],
.default = rel)) |>
# CARLOS
mutate(rel = if_else(nombre == "CARLOS", 0.08, rel))
# modifico por el factor de los nombres
top_ambos <- top_ambos |>
mutate(nombre = factor(nombre, levels = punto_max2$nombre))
# figura ------------------------------------------------------------------
# aclaración primer nombre
acl <- tibble(x = Inf, y = Inf, label = "*Se consideró únicamente el primer nombre")
# eje X
breaks_x <- seq(1920, 2020, 10) + 5
label_x <- glue("'{str_sub(breaks_x-5, 3, 4)}")
# eje Y
eje_y <- list(
scale_y_continuous(
breaks = seq(0, .25, .05),
expand = c(0, 0),
limits = c(0, .2502),
labels = scales::label_number(
big.mark = ".", decimal.mark = ",", suffix = "%")),
scale_y_continuous(
breaks = seq(0, .12, .02),
expand = c(0, 0),
limits = c(0, .1201),
labels = scales::label_number(
big.mark = ".", decimal.mark = ",", suffix = "%"))
)
# líneas horizontales
int <- bind_rows(
tibble(yintercept = seq(0, .25, .05), sexo = "M"),
tibble(yintercept = seq(0, .12, .02), sexo = "V"))
# tamaño de los nombres en la figura
tamaño_nombre <- 5
# paleta de colores
colores2 <- RColorBrewer::brewer.pal(n = 10, name = "Paired")
# ARGENTINA, estilizado
arg <- "<span style='color:#74acdf'>ARG</span>E<span style='color:#f6b40e'>N</span>T<span style='color:#74acdf'>INA</span>"
# función que genera el gráfico de popularidad, por sexo
f_g <- function(sexo_i) {
# datos serie histórica
d <- top_ambos |>
filter(sexo == sexo_i) |>
mutate(alfa = as.numeric(nombre))
# nombres
n <- punto_max2 |>
filter(sexo == sexo_i) |>
mutate(alfa = as.numeric(nombre))
# eje Y
if (sexo_i == "M") {
breaks_y <- seq(0, .25, .05)
limits_y <- c(0, .2502)
} else {
breaks_y <- seq(0, .12, .02)
limits_y <- c(0, .1201)
}
# título
if (sexo_i == "M") {
tit <- glue("Los nombres femeninos<br>más populares en {arg}")
} else {
tit <- glue("Los nombres masculinos<br>más populares en {arg}")
}
# nombre del archivo, para exportar
fn <- glue("nombres/viz_{sexo_i}.png")
# líneas horizontales
int_i <- int |>
filter(sexo == sexo_i)
# figura
g <- ggplot(data = d, aes(x = año, y = rel, fill = nombre)) +
# verticales
geom_vline(xintercept = breaks_x-5, color = c4, linewidth = .2) +
# horizontales
geom_hline(
data = int_i, aes(yintercept = yintercept),
color = c4, linewidth = .2) +
# área
geom_ribbon(
aes(ymin = 0, ymax = rel), show.legend = FALSE,
alpha = 1) +
# fondo de etiqueta
geom_label(
data = n, aes(label = nombre, color = nombre),
nudge_x = 1,
fill = "white",
label.size = 1,
size = tamaño_nombre,
family = "alice",
# alpha = 1,
hjust = .5, vjust = 0, show.legend = FALSE) +
# línea blanca
geom_line(
color = "white",
show.legend = FALSE, alpha = 1, linewidth = .15, linetype = 1,
lineend = "round") +
# línea color
geom_line(
aes(color = nombre),
show.legend = FALSE, alpha = 1, linewidth = .25,
# linetype = 1,
linetype = "f3",
lineend = "round") +
# nombres
geom_label(
data = n, aes(label = nombre),
nudge_x = 1,
color = "black",
size = tamaño_nombre,
fill = NA, family = "alice",
hjust = .5, vjust = 0, label.size = unit(0, "mm"),
fontface = "bold",
show.legend = FALSE) +
scale_y_continuous(
breaks = breaks_y,
limits = limits_y,
expand = c(0, 0),
labels = scales::label_number(
big.mark = ".", decimal.mark = ",", suffix = "%")) +
# aclaración
geom_text(
data = acl, aes(x = x, y = y, label = label), color = "white",
family = "heebo", size = 5, inherit.aes = FALSE, hjust = 1) +
# ejes
scale_x_continuous(
breaks = breaks_x,
labels = label_x,
limits = c(1920, 2020),
expand = c(0, 0)) +
scale_fill_manual(values = c(colores2, colores2)) +
scale_color_manual(values = c(colores2, colores2)) +
coord_cartesian(clip = "off") +
labs(x = NULL, y = "Popularidad",
title = tit,
subtitle =
"Evolución de la popularidad de los 10 nombres<b style='color:#ffffff;'>*</b>
más frecuentes de
<b style='color:#ffffff;'>Argentina</b>. La **popularidad** se entiende
como la fracción entre la **cantidad de personas** nacidas que comparten el
mismo nombre, respecto de la **población total**, para un año en particular,
expresada en porcentaje. Por cada década se seleccionó el
nombre más popular, sin repeticiones. Datos de 1922-2015.",
caption = mi_caption) +
# temas
theme_minimal() +
theme(
text = element_text(color = "grey80"),
aspect.ratio = 1,
# plot
plot.margin = margin(7, 10.1, 7, 10.1),
plot.background = element_rect(
fill = c3, color = "black", linewidth = 3),
plot.title.position = "plot",
plot.title = element_markdown(
size = 55, family = "libre", color = "white", hjust = .5, lineheight = 1.25),
plot.subtitle = element_textbox_simple(
size = 20, family = "heebo", color = "gold", margin = margin(5, 0, 25, -5)),
plot.caption = element_markdown(
color = "gold", hjust = .38, size = 12, margin = margin(10, 0, 2, 0)),
# panel
panel.background = element_rect(
fill = c3, color = NA),
panel.grid = element_blank(),
panel.spacing.y = unit(2, "line"),
# strip
strip.background = element_rect(fill = NA, color = NA),
strip.text = element_text(
color = "#74acdf", size = 40, family = "heebo", hjust = 1),
# axis
axis.line = element_line(color = NA),
axis.line.x = element_line(color = NA),
axis.text = element_text(color = c1),
axis.text.x = element_text(
family = "bebas", size = 40, margin = margin(10, 0, 0, 0)),
axis.text.y = element_text(family = "inconsolata", size = 20, vjust = 0),
axis.title.y = element_text(
family = "heebo", size = 25, color = c1, margin = margin(0, 10, 0, 0))
)
# guardo
ggsave(
plot = g,
filename = fn,
width = 30,
height = 38,
units = "cm",
dpi = 300)
# abro
browseURL(fn)
}
# ejecuto la función
walk(.x = c("M", "V"), f_g)
# función que genera las figuras de popularidad en el tiempo, un nombre por panel
f_g2 <- function(sexo_i) {
# datos serie histórica
d <- top_ambos |>
filter(sexo == sexo_i) |>
mutate(alfa = as.numeric(nombre))
# punto máximo de popularidad
d_max <- d |>
group_by(nombre) |>
slice_max(order_by = rel, n = 1)
# nombres
n <- punto_max2 |>
filter(sexo == sexo_i) |>
mutate(alfa = as.numeric(nombre))
# nombre en el strip
strip_nombre_vec <- tibble(n = 1:10) |>
mutate(col = colores2[n]) |>
mutate(nombre = sort(unique(d$nombre))) |>
mutate(strip = glue("<span style='color:{col};'>{nombre}</span>")) |>
mutate(strip = as.character(strip)) |>
pull(strip)
# genero named vector
names(strip_nombre_vec) <- sort(unique(d$nombre))
# eje Y
if (sexo_i == "M") {
breaks_y <- seq(0, .25, .05)
limits_y <- c(0, .2502)
} else {
breaks_y <- seq(0, .12, .02)
limits_y <- c(0, .1201)
}
# título
if (sexo_i == "M") {
tit <- glue("Los nombres femeninos<br>más populares en {arg}")
} else {
tit <- glue("Los nombres masculinos<br>más populares en {arg}")
}
# nombre del archivo, para exportar
fn <- glue("nombres/viz_facet_{sexo_i}.png")
# líneas horizontales
int_i <- int |>
filter(sexo == sexo_i)
# figura
g <- ggplot(data = d, aes(x = año, y = rel, fill = nombre)) +
# verticales
geom_vline(xintercept = breaks_x-5, color = c4, linewidth = .2) +
# horizontales
geom_hline(
data = int_i, aes(yintercept = yintercept),
color = c4, linewidth = .2) +
# área
geom_ribbon(
aes(ymin = 0, ymax = rel), show.legend = FALSE,
alpha = 1) +
# punto máximo
geom_point(data = d_max, color = "white", size = 2, show.legend = FALSE) +
geom_label(data = d_max, aes(label = año),
vjust = 0, fill = NA, family = "heebo",
label.size = 0,
color = "white", size = 6, show.legend = FALSE) +
scale_y_continuous(
breaks = breaks_y,
limits = limits_y,
expand = c(0, 0),
labels = scales::label_number(
big.mark = ".", decimal.mark = ",", suffix = "%")) +
facet_wrap(~ nombre, nrow = 2, ncol = 5, scales = "free",
labeller = as_labeller(strip_nombre_vec)) +
# ejes
scale_x_continuous(
breaks = breaks_x,
labels = label_x,
limits = c(1920, 2020),
expand = c(0, 0)) +
scale_fill_manual(values = c(colores2, colores2)) +
scale_color_manual(values = c(colores2, colores2)) +
coord_cartesian(clip = "off") +
labs(x = NULL, y = "Popularidad",
title = tit,
subtitle =
"Evolución de la popularidad de los 10 nombres más frecuentes de
<b style='color:#ffffff;'>Argentina</b>. La **popularidad** se entiende
como la fracción entre la **cantidad de personas** nacidas que comparten el
mismo nombre, respecto de la **población total**, para un año en particular,
expresada en porcentaje. Por cada década se seleccionó el
nombre más popular, sin repeticiones. Cada panel
indica el año en que el nombre alcanzó <b style='color:#ffffff;'>máxima</b>
popularidad. La escala de los ejes se mantiene para una correcta
comparación. Se consideró únicamente el primer nombre. Datos de 1922-2015.",
caption = mi_caption) +
# temas
theme_minimal() +
theme(
text = element_text(color = "grey80"),
aspect.ratio = 1,
# plot
plot.margin = margin(7, 9, 7, 9),
plot.background = element_rect(
fill = c3, color = "black", linewidth = 3),
plot.title.position = "plot",
plot.title = element_markdown(
size = 55, family = "libre", color = "white", hjust = .5,
lineheight = 1.25, margin = margin(5, 0, 15, 0)),
plot.subtitle = element_textbox_simple(
size = 20, family = "heebo", color = "gold", margin = margin(5, 0, 25, 0)),
plot.caption = element_markdown(
color = "gold", hjust = .5, size = 12, margin = margin(10, 0, 2, 0)),
# panel
panel.background = element_rect(
fill = NA, color = NA),
panel.grid = element_blank(),
panel.spacing.x = unit(2.25, "line"),
panel.spacing.y = unit(2, "line"),
# strip
strip.background = element_rect(fill = NA, color = NA),
strip.text = element_markdown(
# color = "#74acdf",
size = 30, family = "heebo", hjust = 1),
# axis
axis.line = element_line(color = NA),
axis.line.x = element_line(color = NA),
axis.text = element_text(color = c1),
axis.text.x = element_text(
family = "bebas", size = 20, margin = margin(10, 0, 0, 0)),
axis.text.y = element_text(family = "inconsolata", size = 15, vjust = 0),
axis.title.y = element_text(
family = "heebo", size = 25, color = c1, margin = margin(0, 10, 0, 0))
)
# guardo
ggsave(
plot = g,
filename = fn,
width = 60,
height = 34,
units = "cm",
dpi = 300)
# abro
browseURL(fn)
}
# ejecuto la función
walk(.x = c("M", "V"), f_g2)