-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathPolen.html
568 lines (496 loc) · 66.1 KB
/
Polen.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<meta name="author" content="Derek Corcoran" />
<title>El problema de los alergenos en Chile</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="site_libs/anchor-sections-1.0/anchor-sections.css" rel="stylesheet" />
<script src="site_libs/anchor-sections-1.0/anchor-sections.js"></script>
<script src="site_libs/htmlwidgets-1.5.2/htmlwidgets.js"></script>
<link href="site_libs/dygraphs-1.1.1/dygraph.css" rel="stylesheet" />
<script src="site_libs/dygraphs-1.1.1/dygraph-combined.js"></script>
<script src="site_libs/dygraphs-1.1.1/shapes.js"></script>
<script src="site_libs/moment-2.8.4/moment.js"></script>
<script src="site_libs/moment-timezone-0.2.5/moment-timezone-with-data.js"></script>
<script src="site_libs/moment-fquarter-1.0.0/moment-fquarter.min.js"></script>
<script src="site_libs/dygraphs-binding-1.1.1.6/dygraphs.js"></script>
<script src="site_libs/Dygraph.Plugins.Unzoom-1.0/unzoom.js"></script>
<link href="site_libs/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="site_libs/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Derek Corcoran</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-gear"></span>
Cursos
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Cursos</li>
<li>
<a href="Libro/_book/index.html">Curso de R</a>
</li>
<li>
<a href="CursoMulti/_book/index.html">Curso modelos multivariados</a>
</li>
<li>
<a href="AyduantiaStats/_book/index.html">BIO249c</a>
</li>
<li>
<a href="CursoProgramacion/_book/index.html">Curso de Programación</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-gear"></span>
Tareas
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="Tarea_2.html">Tarea interactiva 1</a>
</li>
</ul>
</li>
<li>
<a href="DondeVivir.html">Donde vivir</a>
</li>
<li>
<a href="Polen.html">Alergia en Chile</a>
</li>
<li>
<a href="Earthquake.html">Earthquakes in Chile</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-gear"></span>
RPackages
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">RPackages</li>
<li>
<a href="SpatialBall.html">SpatialBall</a>
</li>
<li>
<a href="Starting.html">SpatialBall2</a>
</li>
<li>
<a href="VignetteNetworkExt.html">NetworkExtinction</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">El problema de los alergenos en Chile</h1>
<h4 class="author">Derek Corcoran</h4>
</div>
<div id="resumen" class="section level3">
<h3>Resumen</h3>
<p>Santiago de Chile, es una de las ciudades del país con mayor contaminación de aire. Pese a esto los planificadores urbanos de la zona, no han planificado el plantar vegetación urbana acorde a esta situación. Sinó que al contrario, han elegido plantar árboles exóticos con producción excesiva de polen, llegando a veces a valores de hasta 3000 particulas de polen por metro cúbico, siendo que 70, es considerado un nivel muy alto. Se comparan los niveles de alergenos para Santiago con los de Valparaiso y Talca, y se demuestra que Santiago es la ciudad que se ha planificado peor en cuanto a los árboles que se han plantado en la región, y que esto podría estar afectando tanto el bienestar de los ciudadanos de Santiago, como su economía debido a gastos en antihistamínicos.</p>
</div>
<div id="introducción" class="section level3">
<h3>Introducción</h3>
<p>Dentro de los parámetros deseados del diseño de espacios verdes urbanos tomando en cuenta las alergias, se encuentran, el plantar gran diversidad de especies para evitar picos altos de polinización de una especie única, el no plantar especies exóticas para evitar exponer a la población urbana a nuevos agentes alergenos, y en el caso de tratarse de especies dioicas, no plantar individuos masculinos para evitar el polen<span class="citation"><sup>1</sup></span>. En la población mundial entre el 10 y el 30 porciento de la población es alergica<span class="citation"><sup>2</sup></span>.</p>
<p>Si bien en santiago se ha determinado que los árboles hen beneficiado la calidad del aire<span class="citation"><sup>3</sup></span>, la elección de las especies plantadas pueden tener un costo económico y social altisimo para la ciudadania, en Estados Unidos, se han estimado costos económicos directos e indirectos de 4912 dolares anuales por persona<span class="citation"><sup>4</sup></span>. Los costos directos concideran medicamentos, hospitalizaciones entre otras. En tanto que los costos indirectos incluyen menor aprendisaje y rendimiento, e incluso en un 25% de los alergicos, perdida de días de trabajo o escuela<span class="citation"><sup>5</sup></span>, además de bajas de autoestima y/o disminución de la vida social y deportiva, llevando al sedentarismo<span class="citation"><sup>6</sup></span>.</p>
<p>Según el Instituto de Salud Publica de Chile, tan solo entre julio 2015 y julio 2016 se vendieron 6.265.562 de antialérgicos en el país.</p>
</div>
<div id="resultados" class="section level3">
<h3>Resultados</h3>
<div id="santiago" class="section level4">
<h4>Santiago</h4>
<p>En el siguiente gráfico, vemos que en los últimos 15 años (2002 al 2017), santiago ha tenido ciclos en los cuales los niveles más altos de polen se encuentran principalemnte en los meses de Septiembre y Ocutbre y destaca dentro de los volumenes de polen el Platano oriental (<em>Platanus orientalis</em>) que puede generar hasta 3000 particulas de polen por metro cúbico, siendo este considerado en niveles altos de alergia cuando llega a 70.</p>
<div id="htmlwidget-6cd7abd935a70723df64" style="width:672px;height:480px;" class="dygraphs html-widget"></div>
<script type="application/json" data-for="htmlwidget-6cd7abd935a70723df64">{"x":{"attrs":{"ylabel":"Particulas de polen/m³ de aire","labels":["week","Platano Oriental","Arboles total","Pastos"],"retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60,"drawAxis":true},"y":{"drawAxis":true}},"showRangeSelector":true,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":" #A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","interactionModel":"Dygraph.Interaction.defaultModel","highlightCircleSize":5,"highlightSeriesBackgroundAlpha":0.5,"highlightSeriesOpts":[],"legend":"always","labelsDivWidth":250,"labelsShowZeroValues":true,"labelsSeparateLines":false,"hideOverlayOnMouseOut":true,"stackedGraph":true,"fillGraph":false,"fillAlpha":0.15,"stepPlot":false,"drawPoints":false,"pointSize":1,"drawGapEdgePoints":false,"connectSeparatedPoints":false,"strokeWidth":1,"strokeBorderColor":"white","colorValue":0.5,"colorSaturation":1,"includeZero":false,"drawAxesAtZero":false,"logscale":false,"axisTickSize":3,"axisLineColor":"black","axisLineWidth":0.3,"axisLabelColor":"black","axisLabelFontSize":14,"axisLabelWidth":60,"drawGrid":true,"gridLineWidth":0.3,"rightGap":5,"digitsAfterDecimal":2,"labelsKMB":false,"labelsKMG2":false,"labelsUTC":false,"maxNumberWidth":6,"animatedZooms":false,"mobileDisableYTouch":true,"disableZoom":false},"scale":"weekly","annotations":[],"shadings":[],"events":[],"format":"date","data":[["2002-10-05T00:00:00.000Z","2002-10-21T00:00:00.000Z","2002-10-28T00:00:00.000Z","2002-11-11T00:00:00.000Z","2002-11-18T00:00:00.000Z","2002-11-25T00:00:00.000Z","2002-12-02T00:00:00.000Z","2002-12-09T00:00:00.000Z","2002-12-16T00:00:00.000Z","2002-12-23T00:00:00.000Z","2002-12-30T00:00:00.000Z","2003-01-06T00:00:00.000Z","2003-01-13T00:00:00.000Z","2003-01-20T00:00:00.000Z","2003-01-27T00:00:00.000Z","2003-02-02T00:00:00.000Z","2003-02-03T00:00:00.000Z","2003-02-10T00:00:00.000Z","2003-02-17T00:00:00.000Z","2003-02-24T00:00:00.000Z","2003-03-03T00:00:00.000Z","2003-03-10T00:00:00.000Z","2003-03-17T00:00:00.000Z","2003-03-24T00:00:00.000Z","2003-03-31T00:00:00.000Z","2003-04-07T00:00:00.000Z","2003-04-14T00:00:00.000Z","2003-04-21T00:00:00.000Z","2003-04-28T00:00:00.000Z","2003-05-05T00:00:00.000Z","2003-05-11T00:00:00.000Z","2003-05-19T00:00:00.000Z","2003-05-26T00:00:00.000Z","2003-06-02T00:00:00.000Z","2003-06-02T00:00:00.000Z","2003-06-02T00:00:00.000Z","2003-06-09T00:00:00.000Z","2003-06-16T00:00:00.000Z","2003-06-23T00:00:00.000Z","2003-06-30T00:00:00.000Z","2003-07-07T00:00:00.000Z","2003-07-14T00:00:00.000Z","2003-07-20T00:00:00.000Z","2003-07-28T00:00:00.000Z","2003-08-04T00:00:00.000Z","2003-08-11T00:00:00.000Z","2003-08-11T00:00:00.000Z","2003-08-18T00:00:00.000Z","2003-08-25T00:00:00.000Z","2003-09-01T00:00:00.000Z","2003-09-08T00:00:00.000Z","2003-09-15T00:00:00.000Z","2003-09-22T00:00:00.000Z","2003-09-29T00:00:00.000Z","2003-10-06T00:00:00.000Z","2003-10-13T00:00:00.000Z","2003-10-20T00:00:00.000Z","2003-10-27T00:00:00.000Z","2003-11-03T00:00:00.000Z","2003-11-10T00:00:00.000Z","2003-11-17T00:00:00.000Z","2003-11-24T00:00:00.000Z","2003-12-01T00:00:00.000Z","2003-12-08T00:00:00.000Z","2003-12-15T00:00:00.000Z","2003-12-22T00:00:00.000Z","2003-12-29T00:00:00.000Z","2004-01-05T00:00:00.000Z","2004-01-12T00:00:00.000Z","2004-01-19T00:00:00.000Z","2004-01-25T00:00:00.000Z","2004-02-09T00:00:00.000Z","2004-02-16T00:00:00.000Z","2004-02-23T00:00:00.000Z","2004-03-01T00:00:00.000Z","2004-03-08T00:00:00.000Z","2004-03-08T00:00:00.000Z","2004-03-22T00:00:00.000Z","2004-03-29T00:00:00.000Z","2004-04-05T00:00:00.000Z","2004-04-12T00:00:00.000Z","2004-04-19T00:00:00.000Z","2004-04-26T00:00:00.000Z","2004-05-03T00:00:00.000Z","2004-05-10T00:00:00.000Z","2004-05-17T00:00:00.000Z","2004-05-24T00:00:00.000Z","2004-05-31T00:00:00.000Z","2004-06-05T00:00:00.000Z","2004-06-07T00:00:00.000Z","2004-06-14T00:00:00.000Z","2004-06-21T00:00:00.000Z","2004-06-28T00:00:00.000Z","2004-07-12T00:00:00.000Z","2004-07-19T00:00:00.000Z","2004-07-26T00:00:00.000Z","2004-08-02T00:00:00.000Z","2004-08-09T00:00:00.000Z","2004-08-16T00:00:00.000Z","2004-08-23T00:00:00.000Z","2004-08-30T00:00:00.000Z","2004-09-06T00:00:00.000Z","2004-09-13T00:00:00.000Z","2004-09-20T00:00:00.000Z","2004-09-27T00:00:00.000Z","2004-10-04T00:00:00.000Z","2004-10-11T00:00:00.000Z","2004-10-18T00:00:00.000Z","2004-10-25T00:00:00.000Z","2004-11-01T00:00:00.000Z","2004-11-08T00:00:00.000Z","2004-11-15T00:00:00.000Z","2004-11-22T00:00:00.000Z","2004-11-29T00:00:00.000Z","2004-12-06T00:00:00.000Z","2004-12-13T00:00:00.000Z","2004-12-20T00:00:00.000Z","2004-12-27T00:00:00.000Z","2005-01-03T00:00:00.000Z","2005-01-10T00:00:00.000Z","2005-01-17T00:00:00.000Z","2005-01-24T00:00:00.000Z","2005-01-31T00:00:00.000Z","2005-02-07T00:00:00.000Z","2005-02-14T00:00:00.000Z","2005-02-21T00:00:00.000Z","2005-02-28T00:00:00.000Z","2005-03-07T00:00:00.000Z","2005-03-14T00:00:00.000Z","2005-03-21T00:00:00.000Z","2005-03-28T00:00:00.000Z","2005-04-04T00:00:00.000Z","2005-04-11T00:00:00.000Z","2005-04-18T00:00:00.000Z","2005-04-25T00:00:00.000Z","2005-05-02T00:00:00.000Z","2005-05-09T00:00:00.000Z","2005-05-16T00:00:00.000Z","2005-05-23T00:00:00.000Z","2005-05-30T00:00:00.000Z","2005-06-02T00:00:00.000Z","2005-06-13T00:00:00.000Z","2005-06-20T00:00:00.000Z","2005-06-27T00:00:00.000Z","2005-07-04T00:00:00.000Z","2005-07-11T00:00:00.000Z","2005-07-18T00:00:00.000Z","2005-07-25T00:00:00.000Z","2005-08-01T00:00:00.000Z","2005-08-08T00:00:00.000Z","2005-08-15T00:00:00.000Z","2005-08-22T00:00:00.000Z","2005-08-29T00:00:00.000Z","2005-09-05T00:00:00.000Z","2005-09-12T00:00:00.000Z","2005-09-19T00:00:00.000Z","2005-09-26T00:00:00.000Z","2005-10-03T00:00:00.000Z","2005-10-10T00:00:00.000Z","2005-10-17T00:00:00.000Z","2005-10-24T00:00:00.000Z","2005-10-31T00:00:00.000Z","2005-11-07T00:00:00.000Z","2005-11-14T00:00:00.000Z","2005-11-21T00:00:00.000Z","2005-11-28T00:00:00.000Z","2005-12-05T00:00:00.000Z","2005-12-12T00:00:00.000Z","2005-12-19T00:00:00.000Z","2005-12-26T00:00:00.000Z","2006-01-02T00:00:00.000Z","2006-01-09T00:00:00.000Z","2006-01-16T00:00:00.000Z","2006-01-23T00:00:00.000Z","2006-01-30T00:00:00.000Z","2006-02-06T00:00:00.000Z","2006-02-13T00:00:00.000Z","2006-02-20T00:00:00.000Z","2006-02-27T00:00:00.000Z","2006-03-06T00:00:00.000Z","2006-03-13T00:00:00.000Z","2006-03-20T00:00:00.000Z","2006-03-27T00:00:00.000Z","2006-04-03T00:00:00.000Z","2006-04-10T00:00:00.000Z","2006-04-17T00:00:00.000Z","2006-04-24T00:00:00.000Z","2006-05-01T00:00:00.000Z","2006-05-08T00:00:00.000Z","2006-05-15T00:00:00.000Z","2006-05-22T00:00:00.000Z","2006-05-29T00:00:00.000Z","2006-06-05T00:00:00.000Z","2006-06-12T00:00:00.000Z","2006-06-19T00:00:00.000Z","2006-06-26T00:00:00.000Z","2006-07-03T00:00:00.000Z","2006-07-10T00:00:00.000Z","2006-07-17T00:00:00.000Z","2006-07-24T00:00:00.000Z","2006-07-31T00:00:00.000Z","2006-08-07T00:00:00.000Z","2006-08-14T00:00:00.000Z","2006-08-21T00:00:00.000Z","2006-08-28T00:00:00.000Z","2006-09-04T00:00:00.000Z","2006-09-11T00:00:00.000Z","2006-09-18T00:00:00.000Z","2006-09-25T00:00:00.000Z","2006-10-02T00:00:00.000Z","2006-10-02T00:00:00.000Z","2006-10-09T00:00:00.000Z","2006-10-16T00:00:00.000Z","2006-10-23T00:00:00.000Z","2006-10-30T00:00:00.000Z","2006-11-06T00:00:00.000Z","2006-11-13T00:00:00.000Z","2006-11-20T00:00:00.000Z","2006-11-27T00:00:00.000Z","2006-12-04T00:00:00.000Z","2006-12-11T00:00:00.000Z","2006-12-18T00:00:00.000Z","2006-12-18T00:00:00.000Z","2006-12-25T00:00:00.000Z","2007-01-01T00:00:00.000Z","2007-01-08T00:00:00.000Z","2007-01-15T00:00:00.000Z","2007-01-22T00:00:00.000Z","2007-01-29T00:00:00.000Z","2007-02-05T00:00:00.000Z","2007-02-12T00:00:00.000Z","2007-02-19T00:00:00.000Z","2007-02-26T00:00:00.000Z","2007-03-05T00:00:00.000Z","2007-03-12T00:00:00.000Z","2007-03-19T00:00:00.000Z","2007-03-26T00:00:00.000Z","2007-04-02T00:00:00.000Z","2007-04-09T00:00:00.000Z","2007-04-16T00:00:00.000Z","2007-04-23T00:00:00.000Z","2007-04-30T00:00:00.000Z","2007-05-07T00:00:00.000Z","2007-05-14T00:00:00.000Z","2007-05-21T00:00:00.000Z","2007-05-28T00:00:00.000Z","2007-06-04T00:00:00.000Z","2007-06-11T00:00:00.000Z","2007-06-18T00:00:00.000Z","2007-06-25T00:00:00.000Z","2007-07-02T00:00:00.000Z","2007-07-09T00:00:00.000Z","2007-07-16T00:00:00.000Z","2007-07-23T00:00:00.000Z","2007-07-30T00:00:00.000Z","2007-08-06T00:00:00.000Z","2007-08-13T00:00:00.000Z","2007-08-20T00:00:00.000Z","2007-08-27T00:00:00.000Z","2007-09-03T00:00:00.000Z","2007-09-10T00:00:00.000Z","2007-09-17T00:00:00.000Z","2007-09-24T00:00:00.000Z","2007-10-01T00:00:00.000Z","2007-10-08T00:00:00.000Z","2007-10-08T00:00:00.000Z","2007-10-15T00:00:00.000Z","2007-10-22T00:00:00.000Z","2007-10-29T00:00:00.000Z","2007-11-05T00:00:00.000Z","2007-11-12T00:00:00.000Z","2007-11-19T00:00:00.000Z","2007-11-26T00:00:00.000Z","2007-12-03T00:00:00.000Z","2007-12-10T00:00:00.000Z","2007-12-17T00:00:00.000Z","2007-12-24T00:00:00.000Z","2007-12-31T00:00:00.000Z","2008-01-07T00:00:00.000Z","2008-01-14T00:00:00.000Z","2008-01-21T00:00:00.000Z","2008-01-28T00:00:00.000Z","2008-02-04T00:00:00.000Z","2008-02-11T00:00:00.000Z","2008-02-18T00:00:00.000Z","2008-02-25T00:00:00.000Z","2008-03-03T00:00:00.000Z","2008-03-10T00:00:00.000Z","2008-03-17T00:00:00.000Z","2008-03-24T00:00:00.000Z","2008-03-31T00:00:00.000Z","2008-04-07T00:00:00.000Z","2008-04-14T00:00:00.000Z","2008-04-21T00:00:00.000Z","2008-04-28T00:00:00.000Z","2008-05-05T00:00:00.000Z","2008-05-12T00:00:00.000Z","2008-05-19T00:00:00.000Z","2008-05-26T00:00:00.000Z","2008-06-02T00:00:00.000Z","2008-06-09T00:00:00.000Z","2008-06-16T00:00:00.000Z","2008-06-23T00:00:00.000Z","2008-06-30T00:00:00.000Z","2008-07-07T00:00:00.000Z","2008-07-14T00:00:00.000Z","2008-07-21T00:00:00.000Z","2008-07-28T00:00:00.000Z","2008-08-04T00:00:00.000Z","2008-08-11T00:00:00.000Z","2008-08-18T00:00:00.000Z","2008-08-25T00:00:00.000Z","2008-09-01T00:00:00.000Z","2008-09-08T00:00:00.000Z","2008-09-15T00:00:00.000Z","2008-09-22T00:00:00.000Z","2008-09-29T00:00:00.000Z","2008-10-06T00:00:00.000Z","2008-10-13T00:00:00.000Z","2008-10-20T00:00:00.000Z","2008-10-27T00:00:00.000Z","2008-11-03T00:00:00.000Z","2008-11-10T00:00:00.000Z","2008-11-17T00:00:00.000Z","2008-11-17T00:00:00.000Z","2008-12-01T00:00:00.000Z","2008-12-08T00:00:00.000Z","2008-12-14T00:00:00.000Z","2008-12-22T00:00:00.000Z","2008-12-29T00:00:00.000Z","2009-01-05T00:00:00.000Z","2009-01-12T00:00:00.000Z","2009-01-19T00:00:00.000Z","2009-01-26T00:00:00.000Z","2009-02-02T00:00:00.000Z","2009-02-09T00:00:00.000Z","2009-02-16T00:00:00.000Z","2009-02-23T00:00:00.000Z","2009-03-02T00:00:00.000Z","2009-03-09T00:00:00.000Z","2009-03-16T00:00:00.000Z","2009-03-23T00:00:00.000Z","2009-03-30T00:00:00.000Z","2009-04-06T00:00:00.000Z","2009-04-13T00:00:00.000Z","2009-04-20T00:00:00.000Z","2009-04-27T00:00:00.000Z","2009-05-04T00:00:00.000Z","2009-05-11T00:00:00.000Z","2009-05-18T00:00:00.000Z","2009-05-25T00:00:00.000Z","2009-06-01T00:00:00.000Z","2009-06-08T00:00:00.000Z","2009-06-15T00:00:00.000Z","2009-06-22T00:00:00.000Z","2009-06-29T00:00:00.000Z","2009-07-06T00:00:00.000Z","2009-07-13T00:00:00.000Z","2009-07-20T00:00:00.000Z","2009-07-27T00:00:00.000Z","2009-08-03T00:00:00.000Z","2009-08-10T00:00:00.000Z","2009-08-17T00:00:00.000Z","2009-08-24T00:00:00.000Z","2009-08-31T00:00:00.000Z","2009-09-07T00:00:00.000Z","2009-09-14T00:00:00.000Z","2009-09-21T00:00:00.000Z","2009-09-28T00:00:00.000Z","2009-10-05T00:00:00.000Z","2009-10-12T00:00:00.000Z","2009-10-19T00:00:00.000Z","2009-10-26T00:00:00.000Z","2009-11-02T00:00:00.000Z","2009-11-09T00:00:00.000Z","2009-11-16T00:00:00.000Z","2009-11-23T00:00:00.000Z","2009-11-30T00:00:00.000Z","2009-12-07T00:00:00.000Z","2009-12-14T00:00:00.000Z","2009-12-21T00:00:00.000Z","2009-12-28T00:00:00.000Z","2010-01-04T00:00:00.000Z","2010-01-11T00:00:00.000Z","2010-01-18T00:00:00.000Z","2010-01-25T00:00:00.000Z","2010-02-01T00:00:00.000Z","2010-02-08T00:00:00.000Z","2010-02-15T00:00:00.000Z","2010-02-22T00:00:00.000Z","2010-03-01T00:00:00.000Z","2010-03-08T00:00:00.000Z","2010-03-15T00:00:00.000Z","2010-03-22T00:00:00.000Z","2010-03-29T00:00:00.000Z","2010-04-05T00:00:00.000Z","2010-04-12T00:00:00.000Z","2010-04-19T00:00:00.000Z","2010-04-26T00:00:00.000Z","2010-05-03T00:00:00.000Z","2010-05-10T00:00:00.000Z","2010-05-13T00:00:00.000Z","2010-05-24T00:00:00.000Z","2010-05-31T00:00:00.000Z","2010-06-07T00:00:00.000Z","2010-06-14T00:00:00.000Z","2010-06-28T00:00:00.000Z","2010-07-05T00:00:00.000Z","2010-07-13T00:00:00.000Z","2010-07-19T00:00:00.000Z","2010-07-26T00:00:00.000Z","2010-08-02T00:00:00.000Z","2010-08-09T00:00:00.000Z","2010-08-16T00:00:00.000Z","2010-08-23T00:00:00.000Z","2010-08-30T00:00:00.000Z","2010-09-06T00:00:00.000Z","2010-09-13T00:00:00.000Z","2010-09-20T00:00:00.000Z","2010-10-02T00:00:00.000Z","2010-10-04T00:00:00.000Z","2010-10-11T00:00:00.000Z","2010-10-18T00:00:00.000Z","2010-10-25T00:00:00.000Z","2010-11-01T00:00:00.000Z","2010-11-06T00:00:00.000Z","2010-11-08T00:00:00.000Z","2010-11-15T00:00:00.000Z","2010-11-22T00:00:00.000Z","2010-11-29T00:00:00.000Z","2010-12-13T00:00:00.000Z","2010-12-20T00:00:00.000Z","2010-12-27T00:00:00.000Z","2011-01-03T00:00:00.000Z","2011-01-10T00:00:00.000Z","2011-01-17T00:00:00.000Z","2011-01-24T00:00:00.000Z","2011-01-31T00:00:00.000Z","2011-02-07T00:00:00.000Z","2011-02-14T00:00:00.000Z","2011-02-21T00:00:00.000Z","2011-02-28T00:00:00.000Z","2011-03-07T00:00:00.000Z","2011-03-14T00:00:00.000Z","2011-03-21T00:00:00.000Z","2011-03-28T00:00:00.000Z","2011-04-04T00:00:00.000Z","2011-04-11T00:00:00.000Z","2011-04-18T00:00:00.000Z","2011-04-25T00:00:00.000Z","2011-05-01T00:00:00.000Z","2011-05-09T00:00:00.000Z","2011-05-16T00:00:00.000Z","2011-05-23T00:00:00.000Z","2011-05-30T00:00:00.000Z","2011-06-06T00:00:00.000Z","2011-06-13T00:00:00.000Z","2011-06-20T00:00:00.000Z","2011-06-27T00:00:00.000Z","2011-07-04T00:00:00.000Z","2011-07-11T00:00:00.000Z","2011-07-18T00:00:00.000Z","2011-07-25T00:00:00.000Z","2011-08-01T00:00:00.000Z","2011-08-08T00:00:00.000Z","2011-08-15T00:00:00.000Z","2011-08-22T00:00:00.000Z","2011-08-29T00:00:00.000Z","2011-09-05T00:00:00.000Z","2011-09-12T00:00:00.000Z","2011-09-19T00:00:00.000Z","2011-09-26T00:00:00.000Z","2011-10-03T00:00:00.000Z","2011-10-10T00:00:00.000Z","2011-10-17T00:00:00.000Z","2011-10-24T00:00:00.000Z","2011-10-31T00:00:00.000Z","2011-11-07T00:00:00.000Z","2011-11-14T00:00:00.000Z","2011-11-21T00:00:00.000Z","2011-11-28T00:00:00.000Z","2011-12-05T00:00:00.000Z","2011-12-12T00:00:00.000Z","2011-12-19T00:00:00.000Z","2011-12-26T00:00:00.000Z","2012-01-02T00:00:00.000Z","2012-01-09T00:00:00.000Z","2012-01-16T00:00:00.000Z","2012-01-21T00:00:00.000Z","2012-01-23T00:00:00.000Z","2012-01-30T00:00:00.000Z","2012-02-06T00:00:00.000Z","2012-02-12T00:00:00.000Z","2012-02-20T00:00:00.000Z","2012-02-27T00:00:00.000Z","2012-03-05T00:00:00.000Z","2012-03-12T00:00:00.000Z","2012-03-19T00:00:00.000Z","2012-03-26T00:00:00.000Z","2012-04-02T00:00:00.000Z","2012-04-09T00:00:00.000Z","2012-04-16T00:00:00.000Z","2012-04-23T00:00:00.000Z","2012-04-30T00:00:00.000Z","2012-05-07T00:00:00.000Z","2012-05-14T00:00:00.000Z","2012-05-21T00:00:00.000Z","2012-05-28T00:00:00.000Z","2012-06-04T00:00:00.000Z","2012-06-11T00:00:00.000Z","2012-06-18T00:00:00.000Z","2012-06-25T00:00:00.000Z","2012-07-02T00:00:00.000Z","2012-07-09T00:00:00.000Z","2012-07-16T00:00:00.000Z","2012-07-23T00:00:00.000Z","2012-07-30T00:00:00.000Z","2012-08-06T00:00:00.000Z","2012-08-13T00:00:00.000Z","2012-08-20T00:00:00.000Z","2012-08-27T00:00:00.000Z","2012-09-03T00:00:00.000Z","2012-09-10T00:00:00.000Z","2012-09-14T00:00:00.000Z","2012-09-17T00:00:00.000Z","2012-09-17T00:00:00.000Z","2012-09-24T00:00:00.000Z","2012-09-24T00:00:00.000Z","2012-10-01T00:00:00.000Z","2012-10-01T00:00:00.000Z","2012-10-08T00:00:00.000Z","2012-10-11T00:00:00.000Z","2012-10-15T00:00:00.000Z","2012-10-22T00:00:00.000Z","2012-10-29T00:00:00.000Z","2012-11-05T00:00:00.000Z","2012-11-12T00:00:00.000Z","2012-11-19T00:00:00.000Z","2012-11-26T00:00:00.000Z","2012-12-03T00:00:00.000Z","2012-12-10T00:00:00.000Z","2012-12-17T00:00:00.000Z","2012-12-24T00:00:00.000Z","2012-12-31T00:00:00.000Z","2013-01-07T00:00:00.000Z","2013-01-14T00:00:00.000Z","2013-02-08T00:00:00.000Z","2013-02-25T00:00:00.000Z","2013-03-04T00:00:00.000Z","2013-03-11T00:00:00.000Z","2013-03-18T00:00:00.000Z","2013-03-25T00:00:00.000Z","2013-04-01T00:00:00.000Z","2013-04-08T00:00:00.000Z","2013-04-15T00:00:00.000Z","2013-04-22T00:00:00.000Z","2013-04-28T00:00:00.000Z","2013-05-06T00:00:00.000Z","2013-05-13T00:00:00.000Z","2013-05-20T00:00:00.000Z","2013-05-27T00:00:00.000Z","2013-06-03T00:00:00.000Z","2013-06-10T00:00:00.000Z","2013-06-17T00:00:00.000Z","2013-06-24T00:00:00.000Z","2013-07-01T00:00:00.000Z","2013-07-08T00:00:00.000Z","2013-07-15T00:00:00.000Z","2013-07-23T00:00:00.000Z","2013-07-29T00:00:00.000Z","2013-08-26T00:00:00.000Z","2013-08-26T00:00:00.000Z","2013-09-02T00:00:00.000Z","2013-09-02T00:00:00.000Z","2013-09-09T00:00:00.000Z","2013-09-16T00:00:00.000Z","2013-09-23T00:00:00.000Z","2013-09-30T00:00:00.000Z","2013-10-07T00:00:00.000Z","2013-10-13T00:00:00.000Z","2013-10-21T00:00:00.000Z","2013-10-28T00:00:00.000Z","2013-11-04T00:00:00.000Z","2013-11-11T00:00:00.000Z","2013-11-18T00:00:00.000Z","2013-11-25T00:00:00.000Z","2013-12-02T00:00:00.000Z","2013-12-09T00:00:00.000Z","2013-12-16T00:00:00.000Z","2013-12-23T00:00:00.000Z","2013-12-30T00:00:00.000Z","2014-01-06T00:00:00.000Z","2014-01-13T00:00:00.000Z","2014-01-20T00:00:00.000Z","2014-01-27T00:00:00.000Z","2014-02-03T00:00:00.000Z","2014-02-11T00:00:00.000Z","2014-02-17T00:00:00.000Z","2014-02-28T00:00:00.000Z","2014-03-03T00:00:00.000Z","2014-03-10T00:00:00.000Z","2014-03-17T00:00:00.000Z","2014-03-24T00:00:00.000Z","2014-04-01T00:00:00.000Z","2014-04-07T00:00:00.000Z","2014-04-14T00:00:00.000Z","2014-04-21T00:00:00.000Z","2014-04-28T00:00:00.000Z","2014-05-05T00:00:00.000Z","2014-05-12T00:00:00.000Z","2014-05-19T00:00:00.000Z","2014-05-26T00:00:00.000Z","2014-06-02T00:00:00.000Z","2014-06-09T00:00:00.000Z","2014-06-16T00:00:00.000Z","2014-06-23T00:00:00.000Z","2014-07-01T00:00:00.000Z","2014-07-07T00:00:00.000Z","2014-07-14T00:00:00.000Z","2014-07-21T00:00:00.000Z","2014-07-28T00:00:00.000Z","2014-08-04T00:00:00.000Z","2014-08-11T00:00:00.000Z","2014-08-18T00:00:00.000Z","2014-08-25T00:00:00.000Z","2014-09-01T00:00:00.000Z","2014-09-08T00:00:00.000Z","2014-09-15T00:00:00.000Z","2014-09-22T00:00:00.000Z","2014-09-29T00:00:00.000Z","2014-10-06T00:00:00.000Z","2014-10-13T00:00:00.000Z","2014-10-20T00:00:00.000Z","2014-10-27T00:00:00.000Z","2014-11-03T00:00:00.000Z","2014-11-10T00:00:00.000Z","2014-11-17T00:00:00.000Z","2014-11-24T00:00:00.000Z","2014-12-01T00:00:00.000Z","2014-12-08T00:00:00.000Z","2014-12-15T00:00:00.000Z","2014-12-22T00:00:00.000Z","2014-12-29T00:00:00.000Z","2015-01-05T00:00:00.000Z","2015-01-12T00:00:00.000Z","2015-01-19T00:00:00.000Z","2015-01-23T00:00:00.000Z","2015-02-02T00:00:00.000Z","2015-02-09T00:00:00.000Z","2015-02-16T00:00:00.000Z","2015-02-23T00:00:00.000Z","2015-03-02T00:00:00.000Z","2015-03-09T00:00:00.000Z","2015-03-16T00:00:00.000Z","2015-03-23T00:00:00.000Z","2015-03-30T00:00:00.000Z","2015-04-06T00:00:00.000Z","2015-04-13T00:00:00.000Z","2015-04-20T00:00:00.000Z","2015-04-27T00:00:00.000Z","2015-05-11T00:00:00.000Z","2015-05-18T00:00:00.000Z","2015-05-25T00:00:00.000Z","2015-06-08T00:00:00.000Z","2015-06-15T00:00:00.000Z","2015-06-29T00:00:00.000Z","2015-07-06T00:00:00.000Z","2015-07-13T00:00:00.000Z","2015-07-20T00:00:00.000Z","2015-07-27T00:00:00.000Z","2015-08-03T00:00:00.000Z","2015-08-10T00:00:00.000Z","2015-08-17T00:00:00.000Z","2015-08-24T00:00:00.000Z","2015-08-31T00:00:00.000Z","2015-09-05T00:00:00.000Z","2015-09-07T00:00:00.000Z","2015-09-14T00:00:00.000Z","2015-09-21T00:00:00.000Z","2015-09-28T00:00:00.000Z","2015-10-12T00:00:00.000Z","2015-10-19T00:00:00.000Z","2015-10-26T00:00:00.000Z","2015-11-02T00:00:00.000Z","2015-11-02T00:00:00.000Z","2015-11-09T00:00:00.000Z","2015-11-15T00:00:00.000Z","2015-11-23T00:00:00.000Z","2015-11-30T00:00:00.000Z","2015-12-07T00:00:00.000Z","2015-12-14T00:00:00.000Z","2015-12-21T00:00:00.000Z","2015-12-28T00:00:00.000Z","2016-01-04T00:00:00.000Z","2016-01-09T00:00:00.000Z","2016-01-11T00:00:00.000Z","2016-01-18T00:00:00.000Z","2016-01-25T00:00:00.000Z","2016-02-08T00:00:00.000Z","2016-02-15T00:00:00.000Z","2016-02-22T00:00:00.000Z","2016-02-29T00:00:00.000Z","2016-03-07T00:00:00.000Z","2016-03-14T00:00:00.000Z","2016-03-15T00:00:00.000Z","2016-03-23T00:00:00.000Z","2016-04-07T00:00:00.000Z","2016-04-11T00:00:00.000Z","2016-04-25T00:00:00.000Z","2016-05-02T00:00:00.000Z","2016-05-09T00:00:00.000Z","2016-05-16T00:00:00.000Z","2016-05-23T00:00:00.000Z","2016-05-30T00:00:00.000Z","2016-06-06T00:00:00.000Z","2016-06-13T00:00:00.000Z","2016-06-29T00:00:00.000Z","2016-07-04T00:00:00.000Z","2016-07-11T00:00:00.000Z","2016-07-18T00:00:00.000Z","2016-07-25T00:00:00.000Z","2016-08-01T00:00:00.000Z","2016-08-08T00:00:00.000Z","2016-08-15T00:00:00.000Z","2016-08-22T00:00:00.000Z","2016-09-05T00:00:00.000Z","2016-09-12T00:00:00.000Z","2016-09-16T00:00:00.000Z","2016-09-21T00:00:00.000Z","2016-09-26T00:00:00.000Z","2016-09-29T00:00:00.000Z","2016-10-03T00:00:00.000Z","2016-10-09T00:00:00.000Z","2016-10-15T00:00:00.000Z","2016-10-21T00:00:00.000Z","2016-10-29T00:00:00.000Z","2016-11-05T00:00:00.000Z","2016-11-12T00:00:00.000Z","2016-11-19T00:00:00.000Z","2016-11-26T00:00:00.000Z","2016-12-03T00:00:00.000Z","2016-12-10T00:00:00.000Z","2016-12-17T00:00:00.000Z","2016-12-24T00:00:00.000Z","2017-01-30T00:00:00.000Z","2017-02-06T00:00:00.000Z","2017-02-27T00:00:00.000Z","2017-03-06T00:00:00.000Z","2017-03-13T00:00:00.000Z","2017-03-21T00:00:00.000Z","2017-03-28T00:00:00.000Z","2017-04-04T00:00:00.000Z","2017-04-10T00:00:00.000Z","2017-04-17T00:00:00.000Z","2017-04-24T00:00:00.000Z","2017-05-01T00:00:00.000Z","2017-05-08T00:00:00.000Z","2017-05-15T00:00:00.000Z","2017-05-29T00:00:00.000Z","2017-06-07T00:00:00.000Z","2017-06-08T00:00:00.000Z","2017-06-20T00:00:00.000Z","2017-06-26T00:00:00.000Z","2017-07-03T00:00:00.000Z","2017-07-10T00:00:00.000Z","2017-07-17T00:00:00.000Z","2017-07-24T00:00:00.000Z","2017-07-31T00:00:00.000Z","2017-08-07T00:00:00.000Z","2017-08-12T00:00:00.000Z","2017-08-16T00:00:00.000Z","2017-08-21T00:00:00.000Z","2017-08-28T00:00:00.000Z","2017-09-04T00:00:00.000Z","2017-09-11T00:00:00.000Z","2017-09-15T00:00:00.000Z","2017-09-20T00:00:00.000Z","2017-09-25T00:00:00.000Z","2017-10-02T00:00:00.000Z","2017-10-09T00:00:00.000Z","2017-10-16T00:00:00.000Z","2017-10-22T00:00:00.000Z","2017-10-30T00:00:00.000Z","2017-12-30T00:00:00.000Z"],[300,27,23,23,19,20,10,6,17,5,7,3,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,1,2,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,2,8,98,753,615,158,119,29,23,17,16,11,3,3,2,2,2,3,1,2,1,1,1,2,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,1,1,1,0,0,0,0,1,10,316,942,581,268,192,82,63,38,25,27,16,15,9,8,7,6,2,1,3,3,2,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,1,1,3,1,0,0,0,0,0,1,0,1,2,26,69,448,238,182,131,64,79,43,25,27,20,6,7,9,4,3,3,1,2,2,2,2,1,1,1,1,2,2,1,0,0,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,0,0,0,1,6,55,529,248,513,237,102,126,65,15,15,5,4,7,4,3,4,1,3,2,2,3,0,1,1,2,0,1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,0,1,3,68,351,877,399,154,109,89,45,18,13,5,10,3,6,2,2,1,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,6,43,922,3009,566,289,164,114,58,29,24,25,16,16,2,3,2,2,2,1,1,2,1,2,2,1,1,1,1,0,1,2,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,8,131,1182,1033,621,600,141,59,41,14,14,9,10,3,5,4,5,4,2,2,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,1,2,1,1,1,0,1,0,0,0,0,0,0,0,1,3,5,326,2235,1064,497,363,72,57,30,15,1,11,12,1,2,2,1,1,1,1,1,1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,9,285,2040,1321,833,293,64,27,27,14,7,8,6,3,4,2,1,1,1,0,1,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,32,380,1553,962,800,949,848,602,349,273,197,320,66,37,17,11,10,5,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,33,1309,1373,1368,745,731,373,244,252,37,23,24,19,14,9,9,5,11,3,3,1,1,2,0,1,0,1,0,1,0,4,1,1,0,2,0,4,1,0,0,0,1,0,2,0,0,0,0,0,0,0,2,7,172,324,944,799,485,462,107,50,33,12,9,10,11,5,4,4,1,3,4,1,1,1,1,0,0,1,2,2,0,1,1,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,271,148,705,659,557,420,143,40,20,12,11,8,3,4,2,3,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,67,1392,508,470,235,80,660,70,28,22,15,7,7,3,3,1,2,1,1,1,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,46,230,428,112,647,251,98,27,12,10,3,1],[100,40,44,53,48,46,24,26,36,16,23,14,19,12,8,5,6,5,2,25,17,15,2,3,2,6,6,1,2,3,2,8,14,53,53,53,38,38,15,16,31,38,23,65,49,50,50,32,50,209,1204,916,264,182,70,58,37,23,17,10,13,12,7,9,12,15,9,17,13,11,10,4,4,1,8,7,7,7,4,2,1,4,3,6,7,9,6,13,25,32,30,21,24,19,27,37,19,24,17,60,424,1037,801,374,255,109,84,61,50,49,36,29,22,23,16,17,10,22,19,11,13,5,3,5,11,17,6,1,1,2,5,4,11,3,4,3,1,3,12,25,69,18,21,7,18,10,20,72,37,52,40,44,98,524,391,330,208,66,105,67,36,51,40,18,18,20,15,27,36,23,18,18,13,12,7,5,5,10,2,24,23,18,4,6,3,3,4,3,5,4,9,15,16,15,27,42,20,11,21,7,21,11,33,40,91,596,343,651,350,133,167,90,35,30,22,15,12,16,24,24,14,15,11,18,13,15,10,10,9,8,10,3,5,27,9,6,4,4,4,2,2,4,4,8,8,10,7,13,9,50,48,32,37,23,20,20,19,22,96,199,600,1060,545,212,145,124,70,55,47,37,46,39,30,17,18,15,24,16,22,23,10,10,9,4,16,9,3,6,5,11,5,7,5,8,5,3,10,10,16,13,43,67,61,28,29,21,36,16,37,28,30,69,86,1055,3500,751,401,218,170,110,78,59,60,60,60,46,43,28,22,32,55,27,25,13,10,16,13,7,5,21,20,19,13,9,10,15,3,5,4,13,11,15,18,30,15,11,27,46,26,35,21,33,33,101,33,170,1350,1233,835,746,190,96,86,40,63,40,36,30,19,19,18,17,14,19,16,20,11,8,9,9,3,17,23,14,6,3,6,2,4,6,6,5,10,17,89,45,45,34,14,7,25,28,39,49,67,63,531,2567,1291,550,400,107,87,43,46,17,51,59,54,26,17,21,22,26,17,19,20,18,8,14,11,19,9,10,7,23,18,11,14,6,7,13,12,17,17,17,16,13,12,48,23,70,12,22,50,45,57,76,356,2270,1580,976,348,101,63,51,31,47,41,50,30,23,17,20,30,17,16,10,11,12,15,12,7,5,8,8,11,5,3,21,24,7,4,8,12,7,12,24,23,37,33,30,16,24,30,28,16,26,36,31,86,430,1800,1200,944,1119,1163,781,402,314,243,400,93,67,55,50,42,82,30,23,22,30,16,14,15,14,0,7,4,5,20,23,7,8,7,7,7,7,5,10,23,81,53,20,10,8,20,21,24,22,110,110,1430,1503,1537,921,883,447,289,300,60,50,48,55,39,25,25,26,25,27,30,20,19,23,17,12,18,15,19,15,15,30,25,4,6,15,9,20,10,17,15,14,9,13,52,31,16,14,51,25,49,43,81,39,212,355,1109,960,558,526,144,86,76,66,85,70,50,26,20,29,24,17,18,8,11,11,10,12,5,8,7,8,37,26,11,8,4,6,3,5,5,5,4,6,12,25,20,9,18,22,31,10,40,48,322,242,729,714,646,501,168,61,50,32,31,63,50,24,13,26,12,10,17,12,27,14,14,16,10,4,12,7,6,13,15,17,15,7,26,17,18,13,18,11,7,18,12,20,32,16,35,41,51,87,98,1554,606,570,355,124,670,110,81,47,73,110,105,37,24,23,23,17,29,23,15,21,20,5,4,4,10,12,18,12,8,6,6,5,12,25,23,30,20,7,14,30,27,26,21,13,27,53,79,264,533,1420,864,330,133,71,52,57,34,31],[500,32,47,76,54,36,25,35,34,21,31,26,19,19,8,9,11,9,10,7,6,6,2,2,1,3,2,2,2,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,3,3,4,14,20,14,18,16,21,27,32,32,25,28,30,31,22,21,18,17,14,12,14,11,9,12,6,4,4,4,5,5,3,5,3,2,1,1,2,1,1,2,1,1,1,1,1,1,1,0,3,2,3,8,10,19,16,14,15,13,27,37,37,32,39,28,37,41,27,24,15,21,16,10,9,9,8,8,6,5,4,3,4,5,2,1,1,1,1,0,1,0,1,2,0,0,0,0,0,0,1,2,2,4,1,4,12,13,14,10,13,20,23,27,43,44,48,25,31,22,17,18,21,19,24,13,8,4,7,4,6,3,3,5,5,3,3,2,1,2,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0,1,1,3,3,8,11,12,8,15,11,11,21,23,22,31,39,26,32,19,17,15,26,20,19,9,9,9,5,6,3,6,1,3,2,1,2,2,1,1,2,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,1,3,10,16,15,11,7,6,16,14,24,22,32,33,33,17,15,17,15,18,7,10,9,12,13,12,10,9,6,6,5,5,3,4,3,2,3,2,1,1,1,0,0,0,1,1,1,1,1,0,1,1,1,5,5,11,20,21,25,20,38,35,37,35,31,36,37,24,23,18,15,19,10,21,11,12,10,12,5,8,5,4,5,3,4,4,3,2,2,2,1,1,1,2,1,1,0,0,1,1,0,1,0,1,1,3,1,3,8,12,17,16,12,12,33,46,47,26,31,40,19,37,25,14,17,20,20,15,11,8,7,7,8,7,4,4,3,3,3,2,2,1,2,1,1,0,0,0,0,0,0,0,1,1,1,2,3,5,9,14,12,8,13,11,23,13,35,17,26,25,33,28,18,18,14,12,12,11,12,9,6,10,9,6,4,3,6,4,3,1,1,1,1,1,1,1,1,1,0,0,1,0,0,1,0,1,1,2,2,3,8,10,10,10,11,9,21,36,24,19,23,25,26,21,24,31,32,18,15,10,8,12,12,7,5,8,4,2,3,5,3,5,1,3,1,1,2,1,1,1,0,0,0,0,0,2,1,1,0,1,1,2,6,3,8,4,3,8,13,11,10,7,13,10,15,23,53,46,33,44,22,17,20,13,12,10,11,13,0,8,3,4,1,3,1,2,1,2,2,1,2,1,1,1,1,0,1,0,1,1,1,1,3,3,7,7,11,12,13,16,14,13,14,17,19,21,19,15,20,23,12,9,15,11,15,12,8,7,8,7,8,4,6,4,3,2,2,2,1,1,1,0,1,1,1,1,0,1,1,1,1,1,2,1,1,1,1,1,1,2,6,4,5,15,23,40,33,33,28,20,18,12,13,12,12,12,15,11,10,9,4,4,4,6,3,7,3,4,5,1,1,1,2,1,1,0,0,1,1,1,1,0,1,1,1,0,1,3,1,3,5,8,6,10,21,17,17,37,33,36,22,31,21,15,12,14,11,11,10,9,6,7,9,4,5,3,6,2,2,1,0,0,1,1,0,0,0,1,0,0,1,0,0,1,1,2,2,6,4,11,17,11,5,10,19,17,27,23,39,28,16,19,12,20,19,10,10,5,6,9,4,4,2,2,2,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,2,2,6,1,5,5,3,10,14,13,21,23,11]],"fixedtz":false,"tzone":"UTC","plugins":{"Unzoom":"{}"}},"evals":["attrs.interactionModel","plugins.Unzoom"],"jsHooks":[]}</script>
<p>Para el siguiente gráfico, debido a que distintas plantas generan distintos niveles de alergia, estandarizamos los niveles de polen, debido ha esto, cada vez que en el gráfico se sobrepase la linea punteada roja, estamos ante niveles altos de alergia, si el valor llega a dos, significa que tenemos a el doble un nivel ya cosiderado alto. Los valores que se muestran para santiago son en las lineas los promedios desde el 2002, y en el colores la desviación estadard de la media.</p>
<p><img src="Polen_files/figure-html/unnamed-chunk-3-1.png" width="672" /></p>
<p>Se observa como si bién en noviembre y diciembre, los pastos llegan a niveles altos de alregenos, mayormente no sobrepasan por mucho ese nivel, mientras que el platano oriental llega, en septiembreme, en promedio a estar 13.6 veces sobre niveles considerados altos.</p>
</div>
<div id="comparación-con-otras-ciudades-de-chile" class="section level4">
<h4>Comparación con otras ciudades de Chile</h4>
<div id="htmlwidget-a032020e5167e856264a" style="width:672px;height:480px;" class="dygraphs html-widget"></div>
<script type="application/json" data-for="htmlwidget-a032020e5167e856264a">{"x":{"attrs":{"ylabel":"polen total /m³ de aire","labels":["week","Santiago","Valparaiso","Talca"],"retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60,"drawAxis":true},"y":{"drawAxis":true}},"showRangeSelector":true,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":" #A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","interactionModel":"Dygraph.Interaction.defaultModel","highlightCircleSize":5,"highlightSeriesBackgroundAlpha":0.5,"highlightSeriesOpts":[],"legend":"always","labelsDivWidth":250,"labelsShowZeroValues":true,"labelsSeparateLines":false,"hideOverlayOnMouseOut":true,"stackedGraph":true,"fillGraph":false,"fillAlpha":0.15,"stepPlot":false,"drawPoints":false,"pointSize":1,"drawGapEdgePoints":false,"connectSeparatedPoints":false,"strokeWidth":1,"strokeBorderColor":"white","colorValue":0.5,"colorSaturation":1,"includeZero":false,"drawAxesAtZero":false,"logscale":false,"axisTickSize":3,"axisLineColor":"black","axisLineWidth":0.3,"axisLabelColor":"black","axisLabelFontSize":14,"axisLabelWidth":60,"drawGrid":true,"gridLineWidth":0.3,"rightGap":5,"digitsAfterDecimal":2,"labelsKMB":false,"labelsKMG2":false,"labelsUTC":false,"maxNumberWidth":6,"animatedZooms":false,"mobileDisableYTouch":true,"disableZoom":false},"scale":"weekly","annotations":[],"shadings":[],"events":[{"pos":1,"labelLoc":"left","color":"red","strokePattern":[7,3],"axis":"y"}],"format":"date","data":[["2006-05-01T00:00:00.000Z","2006-05-08T00:00:00.000Z","2006-05-15T00:00:00.000Z","2006-05-22T00:00:00.000Z","2006-06-05T00:00:00.000Z","2006-06-12T00:00:00.000Z","2006-06-26T00:00:00.000Z","2006-07-03T00:00:00.000Z","2006-07-10T00:00:00.000Z","2006-07-17T00:00:00.000Z","2006-07-24T00:00:00.000Z","2006-08-07T00:00:00.000Z","2006-08-14T00:00:00.000Z","2006-08-21T00:00:00.000Z","2006-08-28T00:00:00.000Z","2006-09-04T00:00:00.000Z","2006-09-11T00:00:00.000Z","2006-09-18T00:00:00.000Z","2006-09-25T00:00:00.000Z","2006-10-02T00:00:00.000Z","2006-10-02T00:00:00.000Z","2006-10-09T00:00:00.000Z","2006-10-16T00:00:00.000Z","2006-10-23T00:00:00.000Z","2006-11-06T00:00:00.000Z","2006-11-13T00:00:00.000Z","2006-11-20T00:00:00.000Z","2006-11-27T00:00:00.000Z","2006-12-04T00:00:00.000Z","2006-12-11T00:00:00.000Z","2006-12-25T00:00:00.000Z","2006-12-25T00:00:00.000Z","2007-01-01T00:00:00.000Z","2007-01-08T00:00:00.000Z","2007-01-15T00:00:00.000Z","2007-01-22T00:00:00.000Z","2007-02-05T00:00:00.000Z","2007-02-12T00:00:00.000Z","2007-03-05T00:00:00.000Z","2007-03-12T00:00:00.000Z","2007-03-19T00:00:00.000Z","2007-03-26T00:00:00.000Z","2007-04-02T00:00:00.000Z","2007-04-09T00:00:00.000Z","2007-04-16T00:00:00.000Z","2007-04-23T00:00:00.000Z","2007-05-07T00:00:00.000Z","2007-05-14T00:00:00.000Z","2007-05-21T00:00:00.000Z","2007-05-28T00:00:00.000Z","2007-06-04T00:00:00.000Z","2007-06-11T00:00:00.000Z","2007-06-18T00:00:00.000Z","2007-06-25T00:00:00.000Z","2007-07-02T00:00:00.000Z","2007-07-09T00:00:00.000Z","2007-07-16T00:00:00.000Z","2007-07-23T00:00:00.000Z","2007-08-06T00:00:00.000Z","2007-08-13T00:00:00.000Z","2007-08-20T00:00:00.000Z","2007-08-27T00:00:00.000Z","2007-09-03T00:00:00.000Z","2007-09-10T00:00:00.000Z","2007-09-17T00:00:00.000Z","2007-09-24T00:00:00.000Z","2007-10-01T00:00:00.000Z","2007-10-08T00:00:00.000Z","2007-10-08T00:00:00.000Z","2007-10-08T00:00:00.000Z","2007-10-08T00:00:00.000Z","2007-10-15T00:00:00.000Z","2007-10-15T00:00:00.000Z","2007-11-05T00:00:00.000Z","2007-11-12T00:00:00.000Z","2007-11-19T00:00:00.000Z","2007-11-26T00:00:00.000Z","2007-12-03T00:00:00.000Z","2007-12-10T00:00:00.000Z","2007-12-17T00:00:00.000Z","2007-12-24T00:00:00.000Z","2008-01-07T00:00:00.000Z","2008-01-07T00:00:00.000Z","2008-01-14T00:00:00.000Z","2008-01-21T00:00:00.000Z","2008-01-28T00:00:00.000Z","2008-02-04T00:00:00.000Z","2008-02-11T00:00:00.000Z","2008-02-18T00:00:00.000Z","2008-02-25T00:00:00.000Z","2008-03-10T00:00:00.000Z","2008-03-17T00:00:00.000Z","2008-03-24T00:00:00.000Z","2008-03-31T00:00:00.000Z","2008-04-07T00:00:00.000Z","2008-04-14T00:00:00.000Z","2008-04-21T00:00:00.000Z","2008-04-28T00:00:00.000Z","2008-05-05T00:00:00.000Z","2008-05-12T00:00:00.000Z","2008-05-19T00:00:00.000Z","2008-05-26T00:00:00.000Z","2008-06-09T00:00:00.000Z","2008-06-16T00:00:00.000Z","2008-06-23T00:00:00.000Z","2008-07-07T00:00:00.000Z","2008-07-21T00:00:00.000Z","2008-07-21T00:00:00.000Z","2008-07-28T00:00:00.000Z","2008-08-11T00:00:00.000Z","2008-08-18T00:00:00.000Z","2008-08-25T00:00:00.000Z","2008-09-08T00:00:00.000Z","2008-09-15T00:00:00.000Z","2008-09-22T00:00:00.000Z","2008-09-29T00:00:00.000Z","2008-10-06T00:00:00.000Z","2008-10-06T00:00:00.000Z","2008-10-13T00:00:00.000Z","2008-10-27T00:00:00.000Z","2008-11-10T00:00:00.000Z","2008-11-17T00:00:00.000Z","2008-11-17T00:00:00.000Z","2008-12-08T00:00:00.000Z","2008-12-14T00:00:00.000Z","2008-12-22T00:00:00.000Z","2008-12-29T00:00:00.000Z","2009-01-05T00:00:00.000Z","2009-01-12T00:00:00.000Z","2009-01-19T00:00:00.000Z","2009-01-26T00:00:00.000Z","2009-02-09T00:00:00.000Z","2009-02-16T00:00:00.000Z","2009-02-23T00:00:00.000Z","2009-03-09T00:00:00.000Z","2009-03-16T00:00:00.000Z","2009-03-23T00:00:00.000Z","2009-03-30T00:00:00.000Z","2009-04-06T00:00:00.000Z","2009-04-13T00:00:00.000Z","2009-04-20T00:00:00.000Z","2009-04-27T00:00:00.000Z","2009-05-11T00:00:00.000Z","2009-05-18T00:00:00.000Z","2009-05-25T00:00:00.000Z","2009-06-08T00:00:00.000Z","2009-06-15T00:00:00.000Z","2009-06-22T00:00:00.000Z","2009-06-29T00:00:00.000Z","2009-07-06T00:00:00.000Z","2009-07-13T00:00:00.000Z","2009-07-20T00:00:00.000Z","2009-07-27T00:00:00.000Z","2009-08-10T00:00:00.000Z","2009-08-17T00:00:00.000Z","2009-08-24T00:00:00.000Z","2009-09-14T00:00:00.000Z","2009-09-21T00:00:00.000Z","2009-09-28T00:00:00.000Z","2009-10-12T00:00:00.000Z","2009-10-19T00:00:00.000Z","2009-10-26T00:00:00.000Z","2009-11-16T00:00:00.000Z","2009-11-23T00:00:00.000Z","2009-12-07T00:00:00.000Z","2009-12-14T00:00:00.000Z","2009-12-21T00:00:00.000Z","2010-01-11T00:00:00.000Z","2010-02-15T00:00:00.000Z","2010-03-01T00:00:00.000Z","2010-04-05T00:00:00.000Z","2010-04-12T00:00:00.000Z","2010-04-19T00:00:00.000Z","2010-04-26T00:00:00.000Z","2010-05-03T00:00:00.000Z","2010-05-10T00:00:00.000Z","2010-05-13T00:00:00.000Z","2010-05-24T00:00:00.000Z","2010-06-14T00:00:00.000Z","2010-07-05T00:00:00.000Z","2010-07-13T00:00:00.000Z","2010-07-26T00:00:00.000Z","2010-08-09T00:00:00.000Z","2010-08-16T00:00:00.000Z","2010-09-06T00:00:00.000Z","2010-09-20T00:00:00.000Z","2010-10-02T00:00:00.000Z","2010-10-04T00:00:00.000Z","2010-10-11T00:00:00.000Z","2010-10-18T00:00:00.000Z","2010-10-25T00:00:00.000Z","2011-03-07T00:00:00.000Z","2011-09-05T00:00:00.000Z","2011-09-12T00:00:00.000Z","2011-09-26T00:00:00.000Z","2011-10-03T00:00:00.000Z","2011-10-10T00:00:00.000Z","2011-10-17T00:00:00.000Z","2011-10-24T00:00:00.000Z","2011-10-24T00:00:00.000Z","2011-11-07T00:00:00.000Z","2011-11-14T00:00:00.000Z","2011-11-21T00:00:00.000Z","2011-12-05T00:00:00.000Z","2011-12-12T00:00:00.000Z","2011-12-19T00:00:00.000Z","2011-12-26T00:00:00.000Z","2012-01-09T00:00:00.000Z","2012-01-16T00:00:00.000Z","2012-01-16T00:00:00.000Z","2012-01-21T00:00:00.000Z","2012-01-21T00:00:00.000Z","2012-02-12T00:00:00.000Z","2012-05-07T00:00:00.000Z","2012-05-21T00:00:00.000Z","2012-08-13T00:00:00.000Z","2012-08-27T00:00:00.000Z","2012-09-03T00:00:00.000Z","2012-09-10T00:00:00.000Z","2012-09-14T00:00:00.000Z","2012-09-24T00:00:00.000Z","2012-09-24T00:00:00.000Z","2012-10-01T00:00:00.000Z","2012-10-01T00:00:00.000Z","2012-10-08T00:00:00.000Z","2012-10-11T00:00:00.000Z","2012-10-15T00:00:00.000Z","2012-10-22T00:00:00.000Z","2012-11-05T00:00:00.000Z","2012-11-12T00:00:00.000Z","2012-11-19T00:00:00.000Z","2012-11-26T00:00:00.000Z","2012-12-03T00:00:00.000Z","2012-12-10T00:00:00.000Z","2012-12-17T00:00:00.000Z","2012-12-24T00:00:00.000Z","2013-01-07T00:00:00.000Z","2013-01-14T00:00:00.000Z","2013-03-11T00:00:00.000Z","2013-03-18T00:00:00.000Z","2013-03-25T00:00:00.000Z","2013-04-08T00:00:00.000Z","2013-04-15T00:00:00.000Z","2013-04-22T00:00:00.000Z","2013-08-26T00:00:00.000Z","2013-08-26T00:00:00.000Z","2013-08-26T00:00:00.000Z","2013-08-26T00:00:00.000Z","2013-09-09T00:00:00.000Z","2013-09-16T00:00:00.000Z","2013-09-23T00:00:00.000Z","2013-09-23T00:00:00.000Z","2013-09-30T00:00:00.000Z","2013-10-07T00:00:00.000Z","2013-10-13T00:00:00.000Z","2013-10-21T00:00:00.000Z","2013-10-28T00:00:00.000Z","2013-11-11T00:00:00.000Z","2013-11-18T00:00:00.000Z","2013-12-09T00:00:00.000Z","2013-12-16T00:00:00.000Z","2013-12-23T00:00:00.000Z","2013-12-30T00:00:00.000Z","2014-01-06T00:00:00.000Z","2014-01-13T00:00:00.000Z","2014-01-20T00:00:00.000Z","2014-01-27T00:00:00.000Z","2014-02-11T00:00:00.000Z","2014-09-08T00:00:00.000Z","2014-09-15T00:00:00.000Z","2014-09-22T00:00:00.000Z","2014-09-29T00:00:00.000Z","2014-09-29T00:00:00.000Z","2014-10-06T00:00:00.000Z","2014-10-13T00:00:00.000Z","2014-10-20T00:00:00.000Z","2014-10-27T00:00:00.000Z","2014-11-10T00:00:00.000Z","2014-11-17T00:00:00.000Z","2014-11-24T00:00:00.000Z"],[0.0842857142857143,0.104285714285714,0.0542857142857143,0.118571428571429,0.214285714285714,0.164285714285714,0.474285714285714,0.254285714285714,0.124285714285714,0.224285714285714,0.07,0.11,0.384285714285714,0.525714285714286,1.81571428571429,13.6371428571429,7.29285714285714,14.2785714285714,7.36571428571429,3.10714285714286,4.07,2.26857142857143,1.00428571428571,1.35428571428571,1.08714285714286,1.46,1.77714285714286,1.32285714285714,1.57714285714286,0.914285714285714,1.24857142857143,1.24857142857143,0.972857142857143,0.91,0.474285714285714,0.474285714285714,0.28,0.354285714285714,0.324285714285714,0.224285714285714,0.154285714285714,0.0942857142857143,0.134285714285714,0.134285714285714,0.0742857142857143,0.06,0.08,0.08,0.12,0.14,0.0842857142857143,0.144285714285714,0.104285714285714,0.514285714285714,0.52,0.36,0.37,0.23,0.214285714285714,0.19,0.274285714285714,1.04285714285714,3.08142857142857,11.4142857142857,23.7685714285714,11.75,4.76,3.28714285714286,3.28714285714286,2.75142857142857,2.75142857142857,1.98285714285714,1.98285714285714,1.32142857142857,1.88285714285714,1.75285714285714,1.70571428571429,0.878571428571429,0.808571428571428,0.844285714285714,0.84,0.5,0.5,0.644285714285714,0.46,0.58,0.624285714285714,0.534285714285714,0.574285714285714,0.45,0.3,0.25,0.31,0.17,0.23,0.17,0.16,0.184285714285714,0.124285714285714,0.154285714285714,0.14,0.2,0.43,0.67,0.65,0.33,0.4,0.4,0.16,0.32,0.368571428571429,0.975714285714286,24.1614285714286,78.7857142857143,16.4357142857143,9.13857142857143,5.32285714285714,5.32285714285714,4.84857142857143,2.67428571428571,2.19714285714286,2.26857142857143,2.30857142857143,1.39285714285714,1.02857142857143,0.848571428571429,1.10857142857143,0.964285714285714,1.12428571428571,0.718571428571429,0.624285714285714,0.668571428571429,0.344285714285714,0.404285714285714,0.384285714285714,0.4,0.324285714285714,0.318571428571429,0.264285714285714,0.234285714285714,0.23,0.124285714285714,0.08,0.184285714285714,0.164285714285714,0.22,0.354285714285714,0.15,0.11,0.31,0.5,0.26,0.39,0.37,0.37,1.14428571428571,30.7057142857143,27.5671428571429,17.9014285714286,4.39428571428571,2.28285714285714,2.76571428571429,1.56857142857143,1.74285714285714,1.02142857142857,1.72714285714286,1.25142857142857,1.01857142857143,0.37,0.364285714285714,0.164285714285714,0.194285714285714,0.114285714285714,0.12,0.114285714285714,0.168571428571429,0.104285714285714,0.154285714285714,0.464285714285714,0.34,0.14,0.29,0.43,0.584285714285714,10.3271428571429,28.59,12.92,9.70571428571429,2.53857142857143,2.60428571428571,1.37857142857143,0.25,7.95142857142857,52.2428571428571,22.06,8.10571428571428,2.28428571428571,1.85571428571429,2.33571428571429,2.33571428571429,1.33,1.44428571428571,1.58571428571429,1.12714285714286,1.15857142857143,1.45428571428571,1.59428571428571,0.76,0.514285714285714,0.514285714285714,0.43,0.43,0.27,0.2,0.16,0.414285714285714,1.55714285714286,9.84857142857143,40.5057142857143,25.9028571428571,24.2642857142857,16.85,9.40571428571429,7.32,5.76428571428571,8.97142857142857,2.47285714285714,2.11857142857143,2.49714285714286,1.88285714285714,2.65142857142857,1.18,0.924285714285714,1.02,0.834285714285714,0.64,0.59,0.66,0.21,0.24,0.35,0.16,0.11,0.15,1.69142857142857,1.69142857142857,1.69142857142857,1.69142857142857,35.3528571428571,20.3328571428571,19.7928571428571,19.7928571428571,10.4385714285714,6.93571428571429,7.12,1.68857142857143,1.50857142857143,1.66142857142857,1.35,1.25142857142857,0.887142857142857,0.672857142857143,0.942857142857143,0.654285714285714,0.804285714285714,0.738571428571429,0.49,0.5,24.6157142857143,21.0942857142857,12.7485714285714,12.02,12.02,3.16857142857143,2.17428571428571,2.15142857142857,2.43142857142857,2.16285714285714,1.77714285714286,1.13142857142857],[0.244285714285714,0.204285714285714,0.378571428571429,0.135714285714286,0.101428571428571,0.187142857142857,1.97571428571429,1.01428571428571,3.82857142857143,1.04428571428571,0.597142857142857,0.392857142857143,0.391428571428571,0.531428571428571,0.577142857142857,0.751428571428571,0.615714285714286,1.37,0.711428571428571,1.31857142857143,1.31857142857143,0.62,0.725714285714286,1.01,0.53,0.805714285714286,1.24428571428571,0.798571428571429,0.458571428571429,0.972857142857143,0.804285714285714,0.804285714285714,0.435714285714286,0.615714285714286,1.28714285714286,0.81,0.494285714285714,0.578571428571429,0.478571428571429,0.248571428571429,0.395714285714286,0.534285714285714,0.181428571428571,0.447142857142857,0.351428571428571,0.135714285714286,0.198571428571429,0.135714285714286,0.164285714285714,0.172857142857143,0.167142857142857,0.15,0.131428571428571,0.101428571428571,0.155714285714286,0.312857142857143,0.402857142857143,1.39857142857143,1.28428571428571,1.48285714285714,2.41571428571429,0.755714285714286,0.338571428571429,0.568571428571429,0.888571428571429,1.05857142857143,1.20714285714286,1.78714285714286,1.78714285714286,1.78714285714286,1.78714285714286,1.26714285714286,1.26714285714286,0.998571428571429,1.3,0.694285714285714,0.934285714285714,0.651428571428571,0.565714285714286,0.377142857142857,0.89,0.432857142857143,0.432857142857143,0.601428571428571,0.447142857142857,0.548571428571429,0.354285714285714,0.742857142857143,0.46,0.708571428571429,0.341428571428571,0.507142857142857,0.367142857142857,0.368571428571429,0.352857142857143,0.304285714285714,0.218571428571429,0.231428571428571,0.201428571428571,0.121428571428571,0.0771428571428571,0.155714285714286,0.121428571428571,0.141428571428571,0.0871428571428571,0.101428571428571,0.258571428571429,0.258571428571429,0.597142857142857,0.908571428571429,0.29,0.227142857142857,0.191428571428571,0.821428571428572,0.437142857142857,0.528571428571429,0.517142857142857,0.517142857142857,0.845714285714286,0.641428571428571,1.09857142857143,0.807142857142857,0.807142857142857,0.872857142857143,0.772857142857143,0.685714285714286,0.51,0.337142857142857,0.561428571428571,0.39,0.418571428571429,0.641428571428571,0.448571428571429,0.434285714285714,0.135714285714286,0.447142857142857,0.195714285714286,0.204285714285714,0.558571428571429,0.215714285714286,0.354285714285714,0.28,0.298571428571429,0.25,0.121428571428571,0.241428571428571,0.164285714285714,0.112857142857143,0.0828571428571429,0.152857142857143,0.21,0.228571428571429,0.461428571428571,1.79714285714286,0.721428571428571,0.891428571428571,0.305714285714286,0.677142857142857,0.614285714285714,1.15142857142857,1.18142857142857,1.21571428571429,0.955714285714286,1.57857142857143,0.65,0.958571428571429,0.821428571428571,0.157142857142857,0.878571428571428,0.355714285714286,0.23,0.26,0.121428571428571,0.312857142857143,0.238571428571429,0.195714285714286,0.195714285714286,0.151428571428571,0.0871428571428571,0.0742857142857143,0.0985714285714286,0.311428571428571,0.764285714285714,1.42857142857143,0.541428571428571,0.247142857142857,0.245714285714286,0.245714285714286,0.562857142857143,0.261428571428571,0.404285714285714,0.464285714285714,0.708571428571429,0.31,0.55,0.461428571428571,0.471428571428571,0.272857142857143,0.282857142857143,0.282857142857143,0.374285714285714,0.83,0.662857142857143,0.39,0.881428571428571,0.375714285714286,0.278571428571429,0.432857142857143,0.501428571428571,0.501428571428571,0.501428571428571,0.501428571428571,0,0,0,0,0.608571428571429,0.438571428571429,0.574285714285714,0.574285714285714,0.381428571428571,0.381428571428571,0.238571428571429,0.238571428571429,0.62,0.62,0.741428571428572,1.14142857142857,0.744285714285714,0.822857142857143,1.19571428571429,0.745714285714286,0.798571428571428,0.534285714285714,0.738571428571429,0.404285714285714,1.47,0.71,0.581428571428571,0.51,0.472857142857143,0.575714285714286,0.275714285714286,0,0,0,0,0,1.63,0.86,0.341428571428571,0.368571428571429,0.21,0.444285714285714,0.524285714285714,0.964285714285714,0.43,1.01,0.48,0.55,0.17,0.13,0.68,0.49,0.49,0.82,0.49,0,0.607142857142857,1.45857142857143,0.844285714285714,0.824285714285714,0.824285714285714,0.94,0.688571428571429,1.04285714285714,0.904285714285714,0.71,0.78,0.73],[0.11,0.0814285714285714,0.0814285714285714,0.138571428571429,0.0528571428571429,0.0242857142857143,0.0685714285714286,0.17,0.17,0.07,0.75,0.55,0.67,0.514285714285714,0.35,0.12,3.95,4.91714285714286,4.79428571428571,3.45857142857143,3.45857142857143,1.89857142857143,1.12714285714286,0.264285714285714,0.617142857142857,0.35,0.394285714285714,0.481428571428571,0.305714285714286,0.267142857142857,0.187142857142857,0.267142857142857,0.331428571428571,0.207142857142857,0.172857142857143,0.12,0.12,0.295714285714286,0.155714285714286,0.445714285714286,0.302857142857143,0.198571428571429,0.198571428571429,0.134285714285714,0.0814285714285714,0.0342857142857143,0.0671428571428571,0.0771428571428571,0.0528571428571429,0.13,0.0585714285714286,0.0242857142857143,0.0242857142857143,0.04,0.0342857142857143,0.0342857142857143,0.05,0.214285714285714,0.1,0.35,1.91,1.4,2.57,0.78,3.64,5.76,5.59,4.09428571428571,3.53857142857143,4.09428571428571,3.53857142857143,0.532857142857143,0.271428571428571,0.252857142857143,0.294285714285714,1.4,0.285714285714286,0.272857142857143,0.0928571428571429,0.127142857142857,0.0885714285714286,0.157142857142857,0.14,0.154285714285714,0.0957142857142857,0.0528571428571429,0.134285714285714,0.205714285714286,0.177142857142857,0.335714285714286,0.182857142857143,0.131428571428571,0.127142857142857,0.101428571428571,0.0642857142857143,0.111428571428571,0.0742857142857143,0.03,0.0242857142857143,0.0242857142857143,0.0785714285714286,0.0785714285714286,0.118571428571429,0.118571428571429,0,0,0.0742857142857143,0.184285714285714,0.18,0.12,0.384285714285714,0.802857142857143,1.2,13.6242857142857,19.7042857142857,6.98142857142857,2.35,2.75,0.734285714285714,0.282857142857143,0.571428571428571,0.208571428571429,0.208571428571429,0.0871428571428571,0.107142857142857,0.0828571428571429,0.0942857142857143,0.0671428571428571,0.0528571428571429,0.0528571428571429,0.107142857142857,0.75,0.478571428571429,0.178571428571429,0.168571428571429,0.17,0.194285714285714,0.0828571428571429,0.0585714285714286,0.0685714285714286,0.0442857142857143,0.01,0.01,0.0242857142857143,0.01,0.01,0.01,0.01,0.0242857142857143,0.08,0.03,0.01,0.03,0.44,0.314285714285714,0,1.22,1.91,3.07857142857143,0.798571428571429,0.742857142857143,0.42,0.19,0.217142857142857,0.101428571428571,0.0628571428571429,0.0642857142857143,0.101428571428571,0,0,0.177142857142857,0.0385714285714286,0.0242857142857143,0.0242857142857143,0.01,0.01,0.01,0.0242857142857143,0.0242857142857143,0.104285714285714,0.154285714285714,0.15,0.15,0.36,0.754285714285714,4.39428571428571,8.4,8.4,2.23428571428571,0.88,0.692857142857143,0.391428571428571,0.16,8.89285714285714,6.80428571428571,2.24285714285714,0.951428571428572,0.764285714285714,12.2628571428571,0.845714285714286,2.23857142857143,1.50714285714286,0.684285714285714,0.321428571428571,0.301428571428571,0.425714285714286,0.165714285714286,0.222857142857143,0.291428571428571,0.291428571428571,0.291428571428571,0.291428571428571,0.657142857142857,0.115714285714286,0.0928571428571429,0.59,1.46857142857143,2.58142857142857,27.7685714285714,27.7685714285714,27.0857142857143,27.0857142857143,5.37714285714286,5.37714285714286,3.60857142857143,3.60857142857143,0.914285714285714,1.13285714285714,2.16142857142857,0.974285714285714,0.722857142857143,0.407142857142857,0.375714285714286,0.232857142857143,0.198571428571429,0.347142857142857,0.238571428571429,0.182857142857143,0.345714285714286,0.214285714285714,0.155714285714286,0.0671428571428571,0.0928571428571429,0.148571428571429,1.04,1.04,1.04,1.04,2.75571428571429,7.92714285714286,21.2742857142857,21.2742857142857,7.65142857142857,8.27857142857143,3.46285714285714,1.26857142857143,0.692857142857143,1.71,4.25,0.891428571428571,0.871428571428571,1.8,1.18428571428571,1.76,1.11428571428571,0.98,0.9,0.85,1.76714285714286,7.87142857142857,30.1528571428571,11.9985714285714,12.02,3.37428571428571,1.82428571428571,0.658571428571429,1.02857142857143,2.42,2.96,1.95]],"fixedtz":false,"tzone":"UTC","plugins":{"Unzoom":"{}"}},"evals":["attrs.interactionModel","plugins.Unzoom"],"jsHooks":[]}</script>
<table>
<thead>
<tr class="header">
<th align="right">Mes</th>
<th align="right">Santiago</th>
<th align="right">Valparaiso</th>
<th align="right">Talca</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="right">1</td>
<td align="right">0.6620571</td>
<td align="right">0.5753714</td>
<td align="right">0.3350857</td>
</tr>
<tr class="even">
<td align="right">2</td>
<td align="right">0.4478571</td>
<td align="right">0.4784524</td>
<td align="right">0.3485714</td>
</tr>
<tr class="odd">
<td align="right">3</td>
<td align="right">0.2746218</td>
<td align="right">0.3887395</td>
<td align="right">0.1981513</td>
</tr>
<tr class="even">
<td align="right">4</td>
<td align="right">0.1585714</td>
<td align="right">0.2845865</td>
<td align="right">0.0780451</td>
</tr>
<tr class="odd">
<td align="right">5</td>
<td align="right">0.1300000</td>
<td align="right">0.1734014</td>
<td align="right">0.0595918</td>
</tr>
<tr class="even">
<td align="right">6</td>
<td align="right">0.3165714</td>
<td align="right">0.2568571</td>
<td align="right">0.0405714</td>
</tr>
<tr class="odd">
<td align="right">7</td>
<td align="right">0.2985714</td>
<td align="right">0.6056391</td>
<td align="right">0.1310526</td>
</tr>
<tr class="even">
<td align="right">8</td>
<td align="right">0.8116883</td>
<td align="right">0.7031169</td>
<td align="right">0.6651948</td>
</tr>
<tr class="odd">
<td align="right">9</td>
<td align="right">20.6867347</td>
<td align="right">0.6444082</td>
<td align="right">9.4925306</td>
</tr>
<tr class="even">
<td align="right">10</td>
<td align="right">3.9421927</td>
<td align="right">0.8135548</td>
<td align="right">2.7494684</td>
</tr>
<tr class="odd">
<td align="right">11</td>
<td align="right">1.7220000</td>
<td align="right">0.8655429</td>
<td align="right">1.0982857</td>
</tr>
<tr class="even">
<td align="right">12</td>
<td align="right">1.0831746</td>
<td align="right">0.6195238</td>
<td align="right">0.3453439</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="bibliografía" class="section level2 unnumbered">
<h2>Bibliografía</h2>
<div id="refs" class="references">
<div id="ref-carinanos2011urban">
<p>1. Cariñanos, P. & Casares-Porcel, M. Urban green zones and related pollen allergy: A review. Some guidelines for designing spaces with low allergy impact. <em>Landscape and Urban Planning</em> <strong>101,</strong> 205–214 (2011).</p>
</div>
<div id="ref-berger2003overview">
<p>2. Berger, W. E. Overview of allergic rhinitis. <em>Annals of allergy, asthma and immunology</em> <strong>90,</strong> 7–12 (2003).</p>
</div>
<div id="ref-escobedo2008analyzing">
<p>3. Escobedo, F. J. <em>et al.</em> Analyzing the cost effectiveness of santiago, chile’s policy of using urban forests to improve air quality. <em>Journal of environmental management</em> <strong>86,</strong> 148–157 (2008).</p>
</div>
<div id="ref-o2004burden">
<p>4. O’connell, E. The burden of atopy and asthma in children. <em>Allergy</em> <strong>59,</strong> 7–11 (2004).</p>
</div>
<div id="ref-tanner1999effect">
<p>5. Tanner, L. Effect of fexofenadine hci on quality of life and work, classroom, and daily activity impairment in patients with seasonal allergic rhinitis. <em>Am. J. Managed Care</em> <strong>5,</strong> S235–S247 (1999).</p>
</div>
<div id="ref-fineman2002burden">
<p>6. Fineman, S. M. The burden of allergic rhinitis: Beyond dollars and cents. <em>Annals of Allergy, Asthma & Immunology</em> <strong>88,</strong> 2–7 (2002).</p>
</div>
</div>
</div>
<p>Copyright © 2017 Cienciaustral, Inc. <img src="https://ia601308.us.archive.org/13/items/LogoCuadrado3/logo%20cuadrado%203.jpg" height="20" width="20"/> All rights reserved.</p>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>
<!-- code folding -->
<!-- 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-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>