Datasets:

Languages:
French
License:
File size: 12,681 Bytes
98d1bfe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
blur = 20,
max = 0.5,
radius = 15,
gradient = '#6495ed') %>%
## Third Period: Boyer, Thomas Corneille, Molière, Racine
addHeatmap(theatre_groupe3$lng,
theatre_groupe3$lat,
group = "Third Period",
blur = 20,
max = 0.5,
radius = 15,
gradient = '#9acd32') %>%
## Add a legend for genre
addControl(html = html_legend, position = "bottomleft") %>%
# Add a legend that combines icon markers layers and heatmap layers
addLegend(position = "bottomleft",
labels = c("First Period",
"Second Period",
"Third Period"),
colors = c("red",
"blue",
"green"),
title = "Toponyms by period:") %>%
## Add a legend with the credits
addLegend("topright",
colors = c("trasparent", "trasparent"),
labels=c("Mapping: Giovanni Pietro Vitali - [email protected]",
"NLP: Simon Gabay - [email protected]"),
title="Mapping French Theatre:") %>%
## Add the layer selector which allows you to navigate the possibilities offered by this map
addLayersControl(baseGroups = c("List of places",
"Empty layer"),
overlayGroups = c("Areas",
"Comedy",
"Tragedy",
"Tragicomedy",
"First Period",
"Second Period",
"Third Period",
"Toponyms by author",
"Authors",
"Boyer",
"Corneille Pierre",
"Corneille Thomas",
"Du Ryer",
"Molière",
"Racine",
"Rotrou",
"Scarron",
"Scudéry"),
options = layersControlOptions(collapsed = TRUE)) %>%
## Hide the layers that the users can choose as they like
hideGroup(c("Empty",
"Authors",
"Toponyms by author",
"Comedy",
"Tragedy",
"Tragicomedy",
"First Period",
"Second Period",
"Third Period",
"Boyer",
"Corneille Pierre",
"Corneille Thomas",
"Du Ryer",
"Molière",
"Racine",
"Rotrou",
"Scarron",
"Scudéry"))
#labelFormat(prefix = "", suffix = "", between = " – ",
#            digits = 3, big.mark = ",", transform = identity)
m
m <- leaflet(shp) %>%
## Choose a standard basemap
## addTiles() %>%
## This is a first example of a possible basemap
## addProviderTiles(providers$OpenStreetMap)  %>%
## This is a second example of a possible basemap
## addProviderTiles(providers$Stamen.Toner)  %>%
## This is a third example of a possible basemap
addProviderTiles(providers$Esri.NatGeoWorldMap)%>%
## Add a Zoom reset option
addResetMapButton() %>%
## Choose the zoom of the map and its central point
setView(lng = -13.439978,
lat = 37.804134,
zoom = 2.2 ) %>%
## Add the layer with the polygons used for the big areas
addPolygons(data = shp,
stroke = FALSE,
smoothFactor = 0.2,
fillOpacity = 1,
color = ~pal(number),
group = "Areas",
label = ~paste("Area:", area, "that has",
number, "occurences",
sep = " ")) %>%
## Add a legend with the occurrences of the toponyms according to the macro areas
addLegend("bottomleft",
pal = pal,
values = ~number,
title = "Occurrences of toponyms by region:",
labFormat = labelFormat(suffix = " occurrences"),
opacity = 1,
group = "Areas") %>%
## Add a layer of circles for each author
## 9 Scudéry
addCircleMarkers(lng = scudery$lng,
lat = scudery$lat,
color = "brown",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Scudéry",
label = ~paste("The toponym",
scudery$occurrence,
"is mentioned in the work",
scudery$titre,
"by",
scudery$auteur)) %>%
## 9 Scudéry - Create a layer with colored dots
addCircleMarkers(lng = scudery$lng,
lat = scudery$lat,
color = "brown",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
scudery$occurrence,
"is mentioned in the work",
scudery$titre,
"by",
scudery$auteur)) %>%
# 8 Scarron - Create a layer with colored dots
addCircleMarkers(lng = scarron$lng,
lat = scarron$lat,
color = "white",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Scarron",
label = ~paste("The toponym",
scarron$occurrence,
"is mentioned in the work",
scarron$titre,
"by",
scarron$auteur)) %>%
# 8 Scarron - Create a layer with colored dots
addCircleMarkers(lng = scarron$lng,
lat = scarron$lat,
color = "white",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
scarron$occurrence,
"is mentioned in the work",
scarron$titre,
"by",
scarron$auteur)) %>%
##1 Boyer
addCircleMarkers(lng = boyer$lng,
lat = boyer$lat,
color = "blue",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Boyer",
label = ~paste("The toponym",
boyer$occurrence,
"is mentioned in the work",
boyer$titre,
"by",
boyer$auteur)) %>%
##1 Boyer - Create a layer with colored dots
addCircleMarkers(lng = boyer$lng,
lat = boyer$lat,
color = "blue",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
boyer$occurrence,
"is mentioned in the work",
boyer$titre,
"by",
boyer$auteur)) %>%
## 2 Corneille Pierre
addCircleMarkers(lng = corneille_P$lng,
lat = corneille_P$lat,
color = "Yellow",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Corneille Pierre",
label = ~paste("The toponym",
corneille_P$occurrence,
"is mentioned in the work",
corneille_P$titre,
"by",
corneille_P$auteur)) %>%
## 2 Corneille Pierre - Create a layer with colored dots
addCircleMarkers(lng = corneille_P$lng,
lat = corneille_P$lat,
color = "Yellow",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
corneille_P$occurrence,
"is mentioned in the work",
corneille_P$titre,
"by",
corneille_P$auteur)) %>%
## 3 Corneille Thomas
addCircleMarkers(lng = corneille_T$lng,
lat = corneille_T$lat,
color = "Green",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Corneille Thomas",
label = ~paste("The toponym",
corneille_T$occurrence,
"is mentioned in the work",
corneille_T$titre,
"by",
corneille_T$auteur)) %>%
## 3 Corneille Thomas - Create a layer with colored dots
addCircleMarkers(lng = corneille_T$lng,
lat = corneille_T$lat,
color = "Green",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
corneille_T$occurrence,
"is mentioned in the work",
corneille_T$titre,
"by",
corneille_T$auteur)) %>%
## 4 Du Ryer
addCircleMarkers(lng = duryer$lng,
lat = duryer$lat,
color = "Purple",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Du Ryer",
label = ~paste("The toponym",
duryer$occurrence,
"is mentioned in the work",
duryer$titre,
"of",
duryer$auteur)) %>%
## 4 Du Ryer - Create a layer with colored dots
addCircleMarkers(lng = duryer$lng,
lat = duryer$lat,
color = "Purple",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
duryer$occurrence,
"is mentioned in the work",
duryer$titre,
"of",
duryer$auteur)) %>%
## 5 Molière
addCircleMarkers(lng = moliere$lng,
lat = moliere$lat,
color = "Violet",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Molière",
label = ~paste("The toponym",
moliere$occurrence,
"is mentioned in the work",
moliere$titre,
"by",
moliere$auteur)) %>%
## 5 Molière - Create a layer with colored dots
addCircleMarkers(lng = moliere$lng,
lat = moliere$lat,
color = "Violet",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
moliere$occurrence,
"is mentioned in the work",
moliere$titre,
"by",
moliere$auteur)) %>%
## 6 Racine
addCircleMarkers(lng = racine$lng,
lat = racine$lat,
color = "Orange",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Racine",
label = ~paste("The toponym",
racine$occurrence,
"is mentioned in the work",
racine$titre,
"by",
racine$auteur)) %>%
## 6 Racine - Create a layer with colored dots
addCircleMarkers(lng = racine$lng,
lat = racine$lat,
color = "Orange",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
racine$occurrence,
"is mentioned in the work",
racine$titre,
"by",
racine$auteur)) %>%
## 7 Rotrou
addCircleMarkers(lng = rotrou$lng,
lat = rotrou$lat,
color = "red",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Rotrou",
label = ~paste("The toponym",
rotrou$occurrence,
"is mentioned in the work",
rotrou$titre,
"by",
rotrou$auteur)) %>%
## 7 Rotrou - Create a layer with colored dots
addCircleMarkers(lng = rotrou$lng,
lat = rotrou$lat,
color = "red",
weight = 1,
radius = 14,
fillOpacity = 0.6,
group = "Toponyms by author",
label = ~paste("The toponym",
rotrou$occurrence,
"is mentioned in the work",
rotrou$titre,
"by",
rotrou$auteur)) %>%
## Add a legend to link colored dots to their authors of reference
addLegend("bottomleft",
colors= c("blue", "Yellow", "Green",
"purple", "Violet", "Orange",
"red", "white", "brown"),
labels=c("Claude Boyer", "Pierre Corneille", "Thomas Corneille",
"Pierre du Ryer", "Molière", "Jean Racine",
"Jean Rotrou", "Paul Scarron", "Georges de Scudéry"),
title= "Toponyms by author:",
group = "Toponyms by author") %>%
## Create the markers layer with a html pop-up
addMarkers(data = data,
lng = ~lng,
lat = ~lat,
group = "List of places",
popup = ~paste("<h4>Information on this place:</h4>",
"Occurrence:", "<b>", occurrence,"</b>","<br>",
"Type:", "<b>", type, "</b>", "</b>","<br>",
"Author:", "<b>", auteur, "</b>","<br>",
"Title:", "<b>", titre, "</b>", "<br>",
"Year:", "<b>", publication, "</b>", "<br>",
"Genre:", "<b>", genre, "</b>", "<br>",
sep = " "),
clusterOptions = markerClusterOptions()) %>%
## Create markers with custumised custom made icons
## Commedies
addAwesomeMarkers(data = data_comedie,
data_comedie$lng,
data_comedie$lat,
group = "Comedy",
icon = icon_comedie,
popup = ~paste("<h4>Information on this place:</h4>",
"Occurrence:", "<b>", occurrence,"</b>","<br>",
"Type:", "<b>", type, "</b>", "</b>","<br>",
"Author:", "<b>", auteur, "</b>","<br>",
"Title:", "<b>", titre, "</b>", "<br>",
"Year:", "<b>", publication, "</b>", "<br>",
"Genre:", "<b>", genre, "</b>", "<br>",
sep = " ")) %>%
## Tragedies
addAwesomeMarkers(data = data_tragedie,
data_tragedie$lng,
data_tragedie$lat,
group = "Tragedy",
icon = icon_tragedie,
popup = ~paste("<h4>Information on this place:</h4>",
"Occurrence:", "<b>", occurrence,"</b>","<br>",
"Type:", "<b>", type, "</b>", "</b>","<br>",
"Author:", "<b>", auteur, "</b>","<br>",
"Title:", "<b>", titre, "</b>", "<br>",
"Year:", "<b>", publication, "</b>", "<br>",
"Genre:", "<b>", genre, "</b>", "<br>",
sep = " ")) %>%
## Tragic-commedies
addAwesomeMarkers(data = data_tragedie_comedie,
data_tragedie_comedie$lng,
data_tragedie_comedie$lat,
group = "Tragicomedy",
icon = icon_tragedie_comedie,
popup = ~paste("<h4>Information on this place:</h4>",
"Occurrence:", "<b>", occurrence,"</b>","<br>",
"Type:", "<b>", type, "</b>", "</b>","<br>",
"Author:", "<b>", auteur, "</b>","<br>",
"Title:", "<b>", titre, "</b>", "<br>",
"Year:", "<b>", publication, "</b>", "<br>",
"Genre:", "<b>", genre, "</b>", "<br>",
sep = " ")) %>%
## Add a group of heatmap, one for each period of writers' production
## First period: Du Ryer, Scudéry, Rotrou, Scarron
addHeatmap(theatre_groupe1$lng,
theatre_groupe1$lat,
group = "First Period",
blur = 20,
max = 0.5,
radius = 15,
gradient = '#ff7f50') %>%
## Second Period: Pierre Corneille
addHeatmap(theatre_groupe2$lng,
theatre_groupe2$lat,
group = "Second Period",
blur = 20,
max = 0.5,
radius = 15,
gradient = '#6495ed') %>%
## Third Period: Boyer, Thomas Corneille, Molière, Racine
addHeatmap(theatre_groupe3$lng,
theatre_groupe3$lat,
group = "Third Period",
blur = 20,
max = 0.5,
radius = 15,
gradient = '#9acd32') %>%
## Add a legend for genre
addControl(html = html_legend, position = "bottomleft") %>%
# Add a legend that combines icon markers layers and heatmap layers
addLegend(position = "bottomleft",
labels = c("First Period",
"Second Period",
"Third Period"),
colors = c("red",
"blue",
"green"),
title = "Toponyms by period:") %>%
## Add a legend with the credits
addLegend("topright",
colors = c("trasparent", "trasparent"),
labels=c("Mapping: Giovanni Pietro Vitali - [email protected]",
"Extraction: Simon Gabay - [email protected]"),
title="Mapping French Theatre:") %>%
## Add the layer selector which allows you to navigate the possibilities offered by this map
addLayersControl(baseGroups = c("List of places",
"Empty layer"),
overlayGroups = c("Areas",
"Comedy",
"Tragedy",
"Tragicomedy",
"First Period",
"Second Period",
"Third Period",
"Toponyms by author",
"Authors",
"Boyer",
"Corneille Pierre",
"Corneille Thomas",
"Du Ryer",
"Molière",
"Racine",
"Rotrou",
"Scarron",
"Scudéry"),
options = layersControlOptions(collapsed = TRUE)) %>%
## Hide the layers that the users can choose as they like
hideGroup(c("Empty",
"Authors",
"Toponyms by author",
"Comedy",
"Tragedy",
"Tragicomedy",
"First Period",
"Second Period",
"Third Period",
"Boyer",
"Corneille Pierre",
"Corneille Thomas",
"Du Ryer",
"Molière",
"Racine",
"Rotrou",
"Scarron",
"Scudéry"))
#labelFormat(prefix = "", suffix = "", between = " – ",
#            digits = 3, big.mark = ",", transform = identity)
m