-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
336 lines (268 loc) · 166 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Supplementary Materials</title>
<script src="site_libs/header-attrs-2.11/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/bootstrap.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>
<style>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;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<script src="site_libs/htmlwidgets-1.5.4/htmlwidgets.js"></script>
<script src="site_libs/d3-0/d3.min.js"></script>
<link href="site_libs/d3.slider.js-0/d3.slider.css" rel="stylesheet" />
<script src="site_libs/d3.slider.js-0/d3.slider.js"></script>
<link href="site_libs/ndtv-d3-0.2-14/css/styles.css" rel="stylesheet" />
<script src="site_libs/ndtv-d3-0.2-14/js/ndtv-d3.js"></script>
<script src="site_libs/ndtvAnimationWidget-binding-0.13.2/ndtvAnimationWidget.js"></script>
<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>
<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">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
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;
}
pre code {
padding: 0;
}
</style>
<style type="text/css">
.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: #adb5bd;
}
.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 type="text/javascript">
// 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.tab('show');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
var style = document.createElement('style');
var pt = "padding-top: " + navHeight + "px; ";
var mt = "margin-top: -" + navHeight + "px; ";
var css = "";
// offset scroll position for anchor links (for fixed navbar)
for (var i = 1; i <= 6; i++) {
css += ".section h" + i + "{ " + pt + mt + "}\n";
}
style.innerHTML = "body {" + pt + "padding-bottom: 40px; }\n" + css;
document.head.appendChild(style);
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
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">Trajectories of Institutional Design: Intergovernmental Cooperation in Federal Systems</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Supplementary Materials</a>
</li>
<li>
<a href="us-ds_ex">Upstream Downstream Drainage Area Example</a>
</li>
<li>
<a href="about.html">About this Project</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div id="header">
<h1 class="title toc-ignore">Supplementary Materials</h1>
</div>
<div id="plot-animation" class="section level2">
<h2>Plot Animation</h2>
<pre><code>## slice parameters:
## start:0
## end:85
## interval:1
## aggregate.dur:1
## rule:latest</code></pre>
<div id="htmlwidget-99c1f57cf69f1d78cde9" style="width:672px;height:480px;" class="ndtvAnimationWidget html-widget"></div>
<script type="application/json" data-for="htmlwidget-99c1f57cf69f1d78cde9">{"x":{"graphData":{"render":[{"start":[0],"end":[1],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0]}},"coord":[[-2.7552329686777,2.49515179735557],[0.701333886674193,-3.65790302977965],[2.91227083235889,2.32012270758166],[0.800878969665,3.67524260196636],[3.66539791038727,-0.0713188130297917],[-0.522068458036919,3.64656123740003],[1.84254857805713,-3.12552460981338],[-3.48717423221472,-1.1372713726242],[-3.66539791038727,0.16674859053405],[-0.722248006890658,-3.67524260196636],[-1.4891619443573,1.54535130167916],[1.9526692427544,0.943801609191703],[-2.07496941686109,-0.262646063828576],[1.88510638937577,-0.9513754536989],[-3.35979714208231,1.3672868741813],[0.0584970171656121,0.302627669624411],[-1.68866969124993,3.26285069043833],[-2.00900346563803,-3.09938214883322],[-0.772719160293858,-1.82867861628997],[3.55843870123934,1.17263740896006],[2.80415330009328,-2.40032451944015],[0.398314219920565,2.18059502622742],[-2.85354885620498,-2.18231018110424],[1.97008492315453,3.11104250281589],[3.49208467343533,-1.30558768087585],[0.132237140173565,-1.98652863340042]],"displaylabels":[true],"edge.lwd":[1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=0-1"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[1],"end":[2],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0]}},"coord":[[-2.76448872459725,2.47457347995269],[0.702372759364523,-3.66111097459771],[2.90624305547048,2.33577203333778],[0.782661767570285,3.679893957202],[3.66408039552835,-0.0644924956795085],[-0.545188057558443,3.64230680193834],[1.84841372252743,-3.12796362281556],[-3.48372871005882,-1.14277541399498],[-3.66408039552835,0.152771725177368],[-0.723019339691597,-3.679893957202],[-1.47515090745325,1.52451712647562],[1.95380147412027,0.968260926067865],[-2.06016777687498,-0.278760346184169],[1.90615628362804,-0.937081759671],[-3.35643474861212,1.35113357583714],[0.0836304939588688,0.288659051862329],[-1.70927948464871,3.24786433833298],[-2.00712269454689,-3.09881694155004],[-0.750701570144929,-1.84273923489568],[3.55781471970916,1.18026390637674],[2.80825816663779,-2.39920868164596],[0.382728951093086,2.18771539301509],[-2.84782529001161,-2.1862077033619],[1.95492177525142,3.1137578195539],[3.50199492014004,-1.30200022368578],[0.155560770675875,-1.98831614612347]],"displaylabels":[true],"edge.lwd":[2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=1-2"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[2],"end":[3],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1]}},"coord":[[-2.68598183364615,2.40967899651066],[0.659392306778885,-3.79165345955619],[2.74942011913649,2.30750792432106],[0.032035905737013,-0.463630619896464],[3.71459419488595,-0.0288942558000369],[0.151314077087553,3.79165345955619],[1.85029041811795,-3.2773496468122],[-2.13942623988425,0.23925626571194],[-3.71459419488595,0.0848604291769082],[-1.63885725151973,3.35694502206236],[-1.68077516788325,-1.52590980591315],[-1.92253989593988,-3.23899297859247],[-0.747126845602759,-3.75334192012657],[1.74858959176645,-1.46873168001306],[-3.37237863370177,1.37315120332362],[2.12962468179235,0.332808787265493],[0.768494606969955,1.90023445942464],[0.043405109636558,-2.39985683450536],[-0.863614707327121,1.84289311999226],[3.45079636668118,1.27817764722543],[2.90610767180618,-2.47922301100845],[1.80217822858618,3.2468314994763],[-2.95862828118953,-2.38605354214112],[-3.49914037983601,-1.18685035902579],[3.4910642125522,-1.27893016531188],[-0.0633384270602169,2.29916346541755]],"displaylabels":[true],"edge.lwd":[2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=2-3"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[3],"end":[4],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1]}},"coord":[[-2.71828422390266,2.3523319750338],[0.643756743852699,-3.79799211496741],[2.79889110464172,2.23928910258569],[0.0157771804434077,-0.39683478743108],[3.70510330408128,-0.110207067833828],[0.193241885783168,3.79799211496741],[1.82523375091356,-3.29768329832855],[-2.10934188186765,0.268031894157977],[-3.70510330408128,0.0170651257319823],[-1.69049076263027,3.3293079077726],[-1.67477551797847,-1.51280129500794],[-1.89729451157068,-3.25665328687153],[-0.735040417220919,-3.7579683279603],[1.73984679846027,-1.43610999232922],[-3.39801484048143,1.30821911219147],[2.09689124621399,0.369466476564571],[0.760904019490593,1.95940029109039],[0.0489500897980037,-2.35911470284009],[-0.863821522157426,1.91600646736782],[3.48566998371541,1.19269181140508],[2.86742685062554,-2.52402977824539],[1.87765604741183,3.19267287331594],[-2.93023152988698,-2.42569270627845],[-3.48182346017547,-1.23433924675445],[3.47776732951632,-1.34482740610861],[-0.0631818716609769,2.37193905128493]],"displaylabels":[true],"edge.lwd":[3,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=3-4"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[4],"end":[5],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2]}},"coord":[[-2.69920114480736,2.34514226895913],[0.938323334282521,-3.64721025291919],[2.75264941370536,2.47135911585721],[-0.0823335733016082,-0.431739541739035],[2.02037475954566,-0.1339980203621],[-0.204692078801565,3.81265430529163],[2.18194947311402,-3.15668230731286],[-2.07045701871128,0.559058695257151],[-3.65173434801602,-0.0428074264719505],[-1.7651254045167,3.24516222219388],[-1.89440941015655,-1.26798314406984],[-1.7205500259883,-3.32499304811515],[-0.41929936098243,-3.81265430529163],[1.51270468605474,-1.83048524205197],[-3.43931467841372,1.29047606860297],[3.65173434801602,0.441823871522072],[1.02889586664025,1.79103450803159],[-0.317069869668683,-2.36232698853595],[-0.587219557664681,2.00385442638577],[3.3535475405833,1.27770732932759],[3.12887247697469,-2.12674150225908],[1.64236318144376,3.43100546604775],[-2.76594140990996,-2.53901357703472],[-3.4695175447624,-1.32692958756681],[3.62342033036232,-0.962823946416013],[0.278583662175652,2.32700119741356]],"displaylabels":[true],"edge.lwd":[3,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=4-5"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[5],"end":[6],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3]}},"coord":[[-2.10248634593426,-1.72503412849142],[0.660937696889866,-3.66469601675973],[2.41050213467159,2.59600648544575],[-3.53636329205538,-1.03838113764076],[1.58107427687271,0.896706475840974],[-3.34613533695364,1.38389109689513],[1.72815396600895,-3.20530224832989],[-1.84608941729552,0.370594193665021],[1.54652097708112,3.41513444149022],[-2.62109486104013,2.28809627143851],[-0.142882056175455,-0.113410238473595],[-2.79769569989556,-2.30118386154572],[-0.057199126549508,-1.98029485122797],[1.65079499638822,-1.08587259840893],[-3.57577593978208,0.176424304006138],[3.57577593978208,-0.321461452065708],[-0.22534272002544,3.66469601675973],[-0.566369997807127,-3.64115061148816],[-0.458838532301062,2.1139277875325],[3.56094935931439,0.555821288941585],[2.70045320804427,-2.57286060606316],[-1.8485401440018,3.21883919691613],[-1.74585338988456,-3.30704121639876],[3.25851146187202,1.79248230446196],[3.40577212452404,-1.57170902626902],[0.106490731393124,2.83097448010393]],"displaylabels":[true],"edge.lwd":[3,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=5-6"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[6],"end":[7],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3]}},"coord":[[-2.10075310985867,-1.71268381496107],[0.640506687213065,-3.67049450374647],[2.40305534987725,2.61246337386099],[-3.55005155233212,-1.06414679904658],[1.57811656407573,0.923174876376358],[-3.38954524975677,1.3556397980064],[1.70363198656949,-3.20450015030415],[-1.83871823376782,0.410452696962317],[1.52124385018009,3.42711436817992],[-2.63827180039637,2.24596492297538],[-0.159316913968366,-0.106848087504579],[-2.78641484702792,-2.29955061936077],[-0.0437589550370086,-1.96764175177443],[1.65735809367721,-1.05550827404148],[-3.57182478877072,0.143868310286793],[3.57182478877072,-0.327583461712026],[-0.350876501619998,3.67049450374647],[-0.582773524635096,-3.63055595388004],[-0.377262947586076,2.11707728704608],[3.54620236654447,0.54963023631692],[2.67283196556276,-2.58009217593192],[-1.90611815826432,3.17141531073192],[-1.7581538458344,-3.30616009637041],[3.24616721701532,1.79035310622395],[3.38788384627277,-1.58629146507726],[0.102530398715537,2.89755768319199]],"displaylabels":[true],"edge.lwd":[3,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=6-7"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[7],"end":[8],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4]}},"coord":[[-2.41461445166258,-1.48412648388151],[-0.589400310642144,-2.10045351623894],[2.27871030188602,2.999812839817],[-3.67447728409188,-0.411832556722772],[1.36703740801291,1.58978292094366],[-3.57034005292392,0.960980454463177],[0.585642797159402,-3.57388446027356],[-2.13449363200434,2.98712907068767],[-0.759575652183665,1.53282081158537],[-2.93287510768414,2.08361700365341],[-2.07561243937386,-3.08577595614843],[-3.17867326245518,-1.93245650660873],[-0.220110398831539,-0.305855712952184],[1.87332493987719,-0.0377769266631671],[-2.13607306472319,0.410400220343753],[3.67447728409188,-0.153918730393952],[0.868345507275931,3.34123863255189],[-0.840342358789106,-3.64453416646213],[-0.781632022297052,3.3459665928978],[3.58436295758463,0.732671786872186],[3.40788078986274,-1.50138216422457],[2.74039027574821,-2.61296453239235],[1.45363824323416,-3.37981898274555],[3.12643739777196,2.01021519368151],[1.45952045987786,-1.69879082558091],[0.044106098480448,3.64453416646213]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=7-8"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[8],"end":[9],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5]}},"coord":[[-2.50618814984376,-2.6063121233006],[-0.645254694951075,-1.95859981195591],[2.08287954984782,3.06779206130159],[-3.63337627938691,-0.670147560314108],[1.60966961171962,1.35249423322178],[-3.6551980354779,0.598737892013309],[-0.0226384329309459,-3.64136811080834],[-2.23392240553224,2.94383648878948],[-0.381602921436414,1.41248797430271],[3.05023247017916,-0.709691336588655],[-1.81489914307471,-0.570244246247173],[-3.07421578971205,-1.92670372761186],[0.519207656552534,-0.226618501720421],[-3.21464249413523,1.97560211809152],[-2.11007235958114,1.14471890545184],[3.6551980354779,-0.0629571303146577],[0.731964362784983,3.29743394832991],[-1.42071716978112,-3.46613938226021],[-0.896773002645244,3.31504779574428],[3.42043519674076,0.799188955290516],[3.165895192983,-2.07530027843122],[2.19495818970009,-3.05134506218768],[0.855891241772158,-3.52080285244978],[3.03007314263165,2.16722328892262],[1.40693895515031,-1.72390943050466],[-0.077909818721893,3.64136811080834]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=8-9"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[9],"end":[10],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5]}},"coord":[[-2.50962191828629,-2.5912943025508],[-0.588638903803516,-1.89483003820561],[2.03665294005919,3.09530649879413],[-3.63734158707886,-0.673476120067035],[1.60679906426631,1.40483824380918],[-3.65630160369322,0.576695923687158],[-0.101237579391269,-3.63846404225349],[-2.27837106634966,2.92001260455433],[-0.348556958710642,1.34351379036759],[3.19327350990481,-0.766779116169605],[-1.80000726011735,-0.57979975614799],[-3.09007637174627,-1.92313115965784],[0.655347864842835,-0.245401753822335],[-3.2432809530006,1.92858547582709],[-2.07786713909374,1.1506906106313],[3.65630160369322,-0.0177439903073155],[0.675874485901747,3.30702613205218],[-1.46694558763926,-3.44134694003803],[-0.946812858173856,3.28129263541852],[3.33940967576363,0.808089249710155],[3.10933510732062,-2.13562717814469],[2.11238714702829,-3.11182288034354],[0.777369228310083,-3.52755994085308],[3.01748971692719,2.19440459565184],[1.48765079920542,-1.71955546145233],[-0.140563954623248,3.63846404225349]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=9-10"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[10],"end":[11],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6]}},"coord":[[-2.39488556718302,-2.59054415226076],[-0.650050525899862,-1.42093246781671],[3.3153666344967,-1.47106056272431],[3.65570816383683,-0.31702884395961],[1.92264279652824,-0.088816227113595],[-3.62861726175342,-0.83062066320419],[-0.279693334544775,-3.50433599563252],[-2.77646524647267,2.56543704623301],[2.35621284138725,2.93822347576277],[0.722105436756613,1.72358083953338],[-1.98002366090607,-0.306195605374795],[-3.04765093531771,-2.00225614554909],[1.00476129848605,-1.49726431034223],[-3.65570816383683,0.401994071099123],[-3.25913434439623,1.47447658379719],[-0.13290991864276,2.13209915003518],[0.514269288663758,3.59013488644938],[-1.49944092039228,-3.43717997179822],[-1.11661212820222,3.41023895083041],[-0.857021333444318,1.52379294825332],[3.51322096198225,0.886075686994278],[1.80566944801709,-3.22556149444575],[0.591821949574415,-3.59013488644938],[3.01088557544249,1.9053771899271],[2.69427044678277,-2.45087509478736],[-0.254609379458643,3.07438245532324]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=10-11"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[11],"end":[12],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7]}},"coord":[[-2.32547875627494,-2.6564964008961],[0.60465637442272,-1.54852620894619],[2.85353275072817,-2.29168994908989],[3.65204604354181,0.0229211021543096],[-1.94666528603348,0.222207186345883],[-3.51055452268681,-0.920426395016028],[-0.106203284806655,-3.4601899640769],[-2.67616043512971,2.33540708537731],[-1.97795914386262,3.3361094293376],[-0.390949839207609,3.0555829418916],[-0.998797452380667,-1.2306724522017],[-2.91878219618112,-2.00870958666366],[2.00910124031654,-0.695672083908894],[-3.65204604354181,0.275068817161033],[-3.35512955261713,1.44953802339342],[0.308430024554321,2.40450646624262],[1.72101091269642,1.70081224054136],[-1.33318091811064,-3.41963136882052],[1.15291994603909,3.53880035577192],[-0.0480442322129275,1.5128291340619],[3.53474939827149,-1.2189936950206],[1.96379996592437,-3.06121200391735],[0.770072004052788,-3.53880035577192],[3.62083220444074,1.23250006062726],[2.20056673010917,2.80753266443079],[1.27173825345071,2.5805398323638]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=11-12"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[12],"end":[13],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8]}},"coord":[[-1.83008971125064,-2.18355505715313],[0.134535334720385,-1.50308736504758],[2.88575117650927,-2.22497926573396],[3.54781921777373,-0.0517720184607287],[-2.60952409823698,0.87814905592911],[-3.45842858113091,1.17253569370787],[0.0114524844653849,-3.50562150812386],[-2.78983930766913,2.43926052873243],[-1.92067157118309,3.31333157649946],[-0.0274108202955654,3.50562150812386],[-1.22747759712811,-0.325465319880259],[-2.63194290158333,-2.57077229355505],[1.69737145367867,-0.911528082502035],[-3.31893833049146,-1.36914104812801],[-3.68743422694066,-0.267682117080881],[0.409352634763999,2.67130448922742],[1.38032567949388,1.44699846327928],[-1.27445384919897,-3.50282715083371],[1.70288354685429,3.32126587508785],[-0.326107560834247,2.06305722579671],[3.51001005385228,-1.18753964424538],[2.02801678477102,-3.00087848304891],[0.886604271620349,-3.43995880609288],[3.68743422694066,1.11161283272191],[2.31924859509082,2.28773697851358],[1.35757915076634,2.43081217119518]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=12-13"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[13],"end":[14],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8]}},"coord":[[-1.89471043462039,-2.03732018042065],[0.154569386221334,-1.54443442728012],[2.875508537349,-2.25779423054175],[3.54992570066384,-0.0689450198518466],[-2.63116376540761,0.85069563407639],[-3.49001534004751,1.10802295762616],[-0.0139012146930502,-3.52612701894953],[-2.81984448894975,2.39248998198137],[-1.95704052687995,3.26905032874489],[-0.0119416129762593,3.52612701894953],[-1.1789862288992,-0.291654253885647],[-2.52515910361397,-2.67219695243894],[1.72261003676878,-0.924883181749648],[-3.36828187824086,-1.47267203135765],[-3.6733788686482,-0.328438819870213],[0.40050768135485,2.68243117079874],[1.31101269534387,1.41885867599754],[-1.27813154893602,-3.50457257383785],[1.73336272296433,3.2708996204526],[-0.368980627939011,2.11767649337546],[3.5012638272326,-1.21440791513237],[2.00463621551755,-3.02860832071007],[0.861955822304838,-3.47458795171234],[3.6733788686482,1.10136713491824],[2.29091908279214,2.21816554193637],[1.33520309006457,2.40300662647707]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=13-14"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[14],"end":[15],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8]}},"coord":[[-1.8849613643612,-2.05165388690835],[0.14659923690051,-1.54761120668963],[2.88560978297843,-2.24641496549056],[3.541005018409,-0.0536386918445273],[-2.64244376176561,0.835011654461272],[-3.50449417554779,1.08486664879479],[0.00774711502499859,-3.53052835344458],[-2.83677075200988,2.37442025426447],[-1.97328318009188,3.25553984285211],[-0.0193342454607373,3.53052835344458],[-1.18995186834578,-0.287994758060149],[-2.50987841311818,-2.6924003266687],[1.7120889096644,-0.930662692351226],[-3.36155760863247,-1.49816291905291],[-3.66876605626072,-0.357794447858614],[0.388541663585757,2.68601786220646],[1.2883538467692,1.41591514657539],[-1.26122509651682,-3.5163995557562],[1.72831324889972,3.26482004389671],[-0.38502904706635,2.12533412652629],[3.50697299541031,-1.19823803732437],[2.01723052101228,-3.01350170146589],[0.884682105602978,-3.48281135537113],[3.66876605626072,1.11107931542801],[2.27583053718593,2.20750684601576],[1.32196314009849,2.40042056941965]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1,2,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=14-15"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[15],"end":[16],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9]}},"coord":[[-1.07720976824644,0.569986619259278],[-3.1613571975032,-2.01550358863675],[2.96903742222234,-2.24357143394655],[3.6989292430091,-0.041814521709703],[-3.13140432762412,1.96777823975831],[-3.42488270130127,1.12830078487889],[0.532671474135581,-3.66359464463509],[-2.1673660912721,-2.90333781951715],[-2.25276718589197,3.18435339015689],[-0.104950483653427,3.50514647308275],[-1.03064351246275,-3.54523821709108],[-0.676475721861937,1.41722492923727],[2.01953556696335,-3.13305483327094],[-2.72981620981166,-0.89749047045132],[-3.75721066014432,-0.245124884911287],[0.728835142145445,3.02974482347406],[2.05348491518083,2.27183315339598],[-0.975785729584162,-1.75722112578436],[1.57534823476906,1.23183452753603],[1.40867174365678,3.66359464463509],[3.47148315313812,-1.141120475689],[1.62937134747201,-1.3673343664711],[0.456882292188513,-2.77919248000521],[3.75721066014432,1.22876014710186],[0.23804883468863,1.5775929772488],[1.06315815667057,2.09110053460265]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1,2,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=15-16"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[16],"end":[17],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10]}},"coord":[[-0.838687493979734,0.219522291972625],[-3.12665449078174,-2.10460269857565],[2.930602136435,-2.3403836817626],[3.65654575070798,-0.122873291641199],[-3.08522147053887,1.92649379655825],[-3.40330517698929,1.10625348658546],[0.51707792825687,-3.70011203666157],[-2.19931769315861,-3.02384059848208],[-2.31285657895567,3.04900445464781],[-0.353532393287851,3.27639139719995],[-1.02561975587508,-3.63645652992578],[-0.493235867749655,1.07967027453171],[1.95819551565145,-3.22526667932313],[-3.12462229485527,-0.860255082252383],[-3.72051716029952,-0.220431630480987],[0.542237322178017,2.92259915864462],[2.00040141585857,2.43682946616793],[-1.25035687254335,-1.83972899755868],[1.74871055882574,1.3438568236078],[1.03750838768542,3.70011203666157],[3.43679636653748,-1.22425051961969],[1.63042429704427,-1.45982651498441],[0.36659001068524,-2.81939864549777],[3.72051716029952,1.15054486386128],[0.382331428436099,1.38344977711975],[1.06683679233297,2.07598865536729]],"displaylabels":[true],"edge.lwd":[3,1,1,2,1,2,1,2,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=16-17"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[17],"end":[18],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10]}},"coord":[[-0.0844685305608617,-0.146090968201495],[-3.30303341492392,-1.81677655520793],[2.82820177647237,-2.52178117302791],[3.60533537119382,-0.215509431869298],[-2.96059185524369,1.88194449788275],[-3.49391191172037,1.18763131097393],[0.235154459065058,-3.75659481606031],[-2.47564705113498,-2.87452362577117],[-2.36806039148112,3.00098217739172],[-0.567775193891063,2.97166146538996],[-1.29540963328121,-3.55936840111437],[-0.0637249121920584,0.787396253825823],[1.71930849535458,-3.35510737634402],[-2.8412091006836,-0.279206371805814],[-3.72801946598514,-0.360979342086301],[0.393111359989456,2.85209941489405],[1.92913122713695,2.76445218850057],[-1.49298038647703,-1.80536919083916],[2.00704339573175,1.68508210439648],[0.54613042833848,3.75659481606031],[3.42112286308631,-1.33793076753983],[1.76088698220023,-1.64254788973447],[0.175013624841287,-2.86821109127629],[3.72801946598514,1.02528640806996],[0.699651681838752,1.32372484430967],[1.134795947721,2.18662529878238]],"displaylabels":[true],"edge.lwd":[3,2,1,2,1,2,1,2,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=17-18"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[18],"end":[19],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11]}},"coord":[[1.7890949987534,-0.453875803093669],[-3.0323715702931,-2.36576210279108],[1.69429721398996,-3.20128480784492],[-1.61488549661719,3.59958031217821],[-3.24825235432978,1.47383999058234],[-3.79503420976832,0.756623066633963],[0.217252957692169,-2.59509834746175],[-1.96503803490902,-2.85013089068906],[-2.64689881651651,2.8671188908069],[-0.183188344949287,2.38800979631935],[-1.08273302175766,-3.59958031217821],[1.23081638011731,0.291231080264672],[-1.07323188213791,-1.06249302667027],[-2.82311372322695,-0.861472344301667],[-3.71338474914583,-0.926935458031815],[0.75244330190037,2.61251873545543],[2.17324183181848,2.87060818629953],[-2.36985131835269,1.20870991487791],[2.59316599332982,1.84927743107091],[0.566179015094684,3.54657190321992],[3.36367728222719,-1.43523981515504],[2.5397886086301,-2.39322859518842],[0.336781869141972,-3.49123085458334],[3.79503420976832,0.00308205284681851],[1.42092228746951,1.17687053425913],[1.61471799767161,2.10318766120056]],"displaylabels":[true],"edge.lwd":[3,2,1,2,1,2,1,2,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=18-19"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[19],"end":[20],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11]}},"coord":[[2.22991087657308,-0.325388181406959],[-2.9885263240141,-2.539896877792],[1.49172206637761,-3.37041246289697],[-1.61771869484534,3.59921858202451],[-3.33339120464032,1.46083742027765],[-3.81076964977229,0.693931435776599],[0.195317307028781,-2.57475501743985],[-1.73503892004398,-2.39656834882425],[-2.65396651938158,2.87029638965649],[-0.198563939113659,2.24871142226875],[-1.39454275501641,-3.59921858202451],[1.51889930875474,0.27084047064765],[-0.993851946311038,-0.744459116570736],[-2.88528548572254,-0.883629117934911],[-3.75914452585773,-1.02489183573443],[0.71152600127846,2.55846409126162],[2.08815211399463,2.93223721481543],[-2.43964684460628,1.27364306270761],[2.60165550931982,1.94626263306449],[0.45652020917264,3.48356754823285],[3.20951928472431,-1.76053999966527],[2.23983549678608,-2.48777733205251],[0.0739999550782922,-3.4777275442337],[3.81076964977229,-0.199534941746757],[1.48404059554521,1.17372465761224],[1.60909372927604,2.11385709019963]],"displaylabels":[true],"edge.lwd":[3,2,1,2,1,2,1,2,3,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=19-20"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[20],"end":[21],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11]}},"coord":[[2.19869450982565,-0.326182663464835],[-2.51122060835709,-2.75784498092924],[1.45574882348064,-3.35522582274754],[-1.61604627693183,3.61531308161632],[-3.58795242578486,1.32815740172162],[-3.77292983396981,0.445927926076347],[0.167470292101635,-2.76086030928314],[-0.869066513273558,-1.48437834138424],[-2.65666557710975,2.90442626827291],[-0.227676053098822,2.23923740821557],[-1.5248887654787,-3.40978007817924],[1.47971867514727,0.262764801811637],[-1.78166167083729,-0.18795357621321],[-3.22701366425748,-1.76790752275444],[-3.67798263993265,-1.01458630672236],[0.682709767956866,2.55066175257673],[2.05994186377649,2.92459467019337],[-2.72126898825321,1.55758049306329],[2.57039075553946,1.9349264643997],[0.432888365648964,3.47677076465794],[3.15896805400124,-1.78372621643886],[2.16335468138959,-2.4618038643165],[-0.111254356699393,-3.61531308161632],[3.77292983396981,-0.213240419878434],[1.4484001793597,1.16588486091133],[1.57918932669009,2.10670411691429]],"displaylabels":[true],"edge.lwd":[3,2,3,2,1,2,1,2,3,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=20-21"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[21],"end":[22],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12]}},"coord":[[-1.30407643295563,1.69870239023274],[-2.99963351327397,-2.11671069621933],[2.94967416063195,-1.71476437307341],[-2.21956839140531,3.5218714929356],[-3.70733572812214,1.19482762195027],[-3.74534299409805,0.314049608493046],[-0.961024076607976,-2.92291555085151],[-3.64836169424902,-1.14595852865738],[0.96225599593228,-3.44163250953038],[1.65187284268301,3.60000549497199],[-2.22625327099933,-3.02201692907506],[-0.495276712530536,1.10874698467165],[3.74534299409805,0.522472713511947],[-0.656552275692517,0.134787238848235],[-1.21735044898656,-0.634044040409838],[0.941234979711568,2.980293301004],[1.81902749724436,1.18458879143486],[-3.38291073153836,2.02148626991117],[2.21798054345111,2.15785060368476],[0.180605986361749,3.58965626880657],[1.18299474609111,-2.0232640662088],[2.28804004536517,-2.78281014627484],[-0.407440386774248,-3.60000549497199],[3.43370072225132,-0.717069741904399],[0.387688220764677,1.48631220910545],[1.21617304572802,2.00490314880637]],"displaylabels":[true],"edge.lwd":[3,2,3,2,1,2,1,2,3,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=21-22"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[22],"end":[23],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13]}},"coord":[[-1.44088772743241,0.86213902840265],[-2.84478830168746,-2.55554226757086],[0.591359007632763,3.6867087361784],[-2.50852080425256,3.21397255619509],[-3.77430058196962,0.896140581210663],[-3.79503202841552,0.0120303603396477],[-1.64827583835161,-3.32939930651189],[-3.55079498058478,-1.50984606313051],[0.605396325487121,-3.6867087361784],[1.67669172338722,3.20823979730826],[3.79503202841552,0.477134052603836],[-0.501046767996023,0.483785286231069],[2.91938857298703,-1.80798340296705],[-0.528792387976674,-0.52029697379662],[-1.08057537244356,-1.32503981865634],[0.754942137467981,2.73906905456817],[1.69526403491372,0.966551294606127],[-3.47626813932693,1.73501917926124],[2.06420810232767,1.87249935728087],[-0.236208084710441,3.05042402197483],[1.225831260091,-2.67119421654164],[2.34366821651668,-2.87010959584365],[-0.777560540658416,-3.53019436767462],[3.50738237560468,-0.841690056107241],[0.258594337981915,1.09547758004078],[1.0261465483732,1.74043531678085]],"displaylabels":[true],"edge.lwd":[3,2,3,2,1,2,1,2,3,1,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=22-23"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[23],"end":[24],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14]}},"coord":[[-1.07731693364007,0.167080545760563],[-3.1455387013897,-2.02294666375492],[0.144190877873328,3.69152927086149],[-2.61278727091404,3.14737901304415],[-3.75118417936276,1.09832227659417],[-3.67227921905719,0.229931422093378],[-2.25629912402413,-2.88398373726873],[-3.69928549358852,-1.07409634100661],[-0.1530836123102,-3.69152927086149],[-0.563757684543563,2.86527704740769],[3.75118417936276,0.600706126186537],[-0.0595928248475999,0.176698445874009],[2.98392423581747,-1.84680994708707],[0.259394340873896,-0.771488134487352],[0.00269330197480322,-1.71095055872145],[0.446796996076678,2.75345462071747],[1.82169393192717,2.42490752099845],[-3.31851123885282,1.85949712408537],[1.89177887561622,1.34777265439113],[1.35413985022271,3.26107478827994],[1.14567818454642,-3.42795072989352],[2.21545666304645,-2.76528890016653],[-1.51092178131652,-3.35055664130036],[3.49241829989617,-0.755394979920279],[0.446092177577543,1.00653915485844],[0.970698838829766,1.84254065524777]],"displaylabels":[true],"edge.lwd":[3,2,3,2,1,2,1,2,3,1,1,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=23-24"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[24],"end":[25],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14]}},"coord":[[-0.579579206389497,-0.126992354452164],[-2.9090287565962,-1.60367107754403],[-0.0930863762919922,3.61535708086899],[-2.61085902688621,3.10201334073773],[-3.69249090219965,1.09302230182513],[-3.35024927372902,0.281774517943075],[-2.56623788196618,-2.73153844480734],[-3.82135503119469,-0.965292380899805],[-0.671858013955754,-3.56802692538847],[-0.624967572067325,2.6525052751206],[3.82135503119469,0.58383406136159],[0.416968847061836,0.090187455161244],[3.00478759298678,-2.10856640089221],[0.94665077494577,-0.759227738647175],[0.89601334832746,-1.72813742291855],[0.378103155705352,2.72883368479064],[1.78040606707872,2.65951726371106],[-3.23423655283995,1.84996171784464],[2.07941844311906,1.62951536299085],[1.16090218081075,3.39690034607009],[0.568255143408853,-3.61535708086899],[1.95480511516464,-3.14437712526676],[-1.72618504938684,-2.99006648893658],[3.58884112070845,-0.854177310335586],[0.741168619553876,1.00495464781346],[1.07190569386583,1.93013852875545]],"displaylabels":[true],"edge.lwd":[3,2,4,2,1,2,1,2,3,1,1,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=24-25"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[25],"end":[26],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14]}},"coord":[[-0.0994101852134794,-0.358009701009117],[-2.4257530185752,-0.951015282529247],[-0.355412498988834,3.48821577110202],[-2.69430359017082,3.0827538613245],[-3.74742694045376,1.12421742114076],[-3.60988790864158,0.262271035078043],[-2.90304813856507,-2.47777870299291],[-3.80473376303771,-1.18170085987671],[-1.15651125133995,-3.48821577110202],[-0.722487277304729,2.42497956231035],[3.80473376303771,0.50351358653511],[0.824809328712704,0.0649598806566964],[2.6291165077441,-2.68614003753577],[1.50072534018705,-0.669294298905376],[1.56047851699002,-1.64029625057849],[0.246359133960655,2.66609049204864],[1.62463003830525,2.82653691386709],[-3.19810424291438,1.80435283787782],[2.11607429490011,1.86286783613151],[0.889315164178558,3.45856771551962],[-0.0629895561374352,-3.47680356759101],[1.13214253471293,-3.48146578910707],[-2.06142761017189,-2.73884920655727],[3.55591047415377,-1.15653973283797],[0.93310794304753,1.0236080264676],[1.06902631636208,1.99086909536204]],"displaylabels":[true],"edge.lwd":[3,2,5,2,1,2,1,2,3,1,1,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=25-26"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[26],"end":[27],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14]}},"coord":[[0.736039679746402,-0.455312245450848],[-2.17667976973051,-0.671229661539596],[-0.718062890677263,3.30034110756742],[-2.7974248404368,3.14539293901258],[-3.83716553605771,1.1544814800389],[-3.63928563361103,0.302558124771428],[-3.04447736615885,-2.17934977343933],[-3.85583579401245,-1.04154438573154],[-1.1188737405987,-3.55182157133384],[-0.803642003120232,2.11854440209468],[3.85583579401245,0.408398118970437],[1.44664246295777,0.259641230978445],[1.34164800314441,-3.12335317741972],[2.30776468341632,-0.221034573319484],[2.76777996049159,-1.0609732294437],[0.0568473065588813,2.6111934607899],[1.3120389428196,3.10021795163563],[-3.30410581537257,1.85009360545692],[2.04829204982411,2.29109682104579],[0.452161776354981,3.55182157133384],[-0.789268713676173,-2.23258082675461],[0.247450627639382,-3.5013023791039],[-2.40204882000919,-2.78944846779221],[2.59833397082923,-2.52570986151721],[1.17684748514306,1.18268754176527],[1.01377858193285,2.14537195880721]],"displaylabels":[true],"edge.lwd":[3,2,6,2,1,2,1,2,3,1,1,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=26-27"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[27],"end":[28],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15]}},"coord":[[0.0689426034784861,-1.61800536900098],[3.81084843144611,0.416375191849581],[-0.435690960428475,3.61378107559791],[-3.81084843144611,0.426754528625911],[0.0872478107430568,-2.71584508032272],[0.663173516869987,-3.61378107559791],[-3.63367482621912,-1.13186315102118],[-2.97440168521222,2.53779180090458],[-2.93274699804609,-2.31700032182962],[-1.11599371371968,2.76882068144626],[3.44965821611766,1.94660275881309],[0.423467322519655,-0.569586623316359],[2.60255639937721,-3.05906969575866],[1.41654276133212,-0.846710701125387],[2.17994070873078,-1.46770683396567],[-0.120513405337605,2.58849560551588],[1.10753475768776,2.47713372641098],[-0.548393358301605,-3.54993895174223],[1.46980990371316,1.59115821781492],[0.676881544543142,3.34813947129897],[-3.28363481644957,1.40865477362458],[-2.16089303144058,-3.21467433474925],[-2.88662184487135,-0.655146973835945],[3.75531588117449,-1.17403302307109],[0.278490118636669,0.524339007975638],[0.427841058418744,1.62231186135226]],"displaylabels":[true],"edge.lwd":[3,2,6,2,1,2,1,2,3,1,1,1,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=27-28"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[28],"end":[29],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16]}},"coord":[[0.401872313307013,0.984090941442706],[0.820802532544049,-3.45815262945416],[-1.47827862638569,3.20857934863735],[-3.84039062882238,1.70546037524082],[-0.228838593046825,0.147677404666493],[-1.23622967278268,-0.0761953783481575],[-3.73089913954894,-0.992102978364551],[-1.47204424527503,-3.332180728648],[-2.49406908486399,-2.78219972739585],[-1.63502753189426,2.21005708061423],[3.99929466966173,0.864354708381773],[1.44637797759656,0.70383574304025],[-0.342246558598011,-3.57781670418559],[2.27196032105181,0.160261105344767],[2.95702491616207,-0.522264755736093],[-0.653432575796123,2.55595305565038],[0.445558025276327,3.09657634116784],[-0.154505130522304,-0.881795881289107],[1.28640243544302,2.71824775483125],[-0.380534650378654,3.57781670418559],[-3.99929466966173,0.357377855878311],[1.92541558901353,-3.00520539127826],[-3.3362405639964,-1.78641294569277],[3.12269239387073,-2.1440669555698],[1.37282540359222,1.70601667286186],[0.360114263953037,2.08085589495987]],"displaylabels":[true],"edge.lwd":[3,2,6,2,1,2,1,2,3,1,1,1,1,1,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=28-29"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[29],"end":[30],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.03486572681557,1.24149388610206],[0.0161726199518668,-3.36029683723025],[-1.14869472558592,3.24935456824309],[-3.46264694076614,2.24596502787487],[0.690997533014359,0.26248336119601],[-0.174120976633056,-0.282524097068981],[-3.64008063781547,-0.299783888715852],[-1.85829138899698,-2.55174058445485],[-2.88855914794213,-2.19154742717567],[-1.37215899920323,2.05541661249036],[3.34447644765113,-1.90676323433526],[2.12285146823304,1.2020371062278],[-1.11572173228035,-3.33958662042017],[3.06036194894771,0.916746740970957],[3.70263277702681,0.208985092242735],[-0.441279181968067,2.38044282613402],[0.738712299756563,3.36029683723025],[1.19249040803255,-0.644833269161924],[1.50092821453269,3.04754643060947],[0.07238860887868,2.97080967375545],[-3.70263277702681,0.926834224794499],[1.15783223635836,-3.31537003782835],[-3.1808896489418,-1.04059613273888],[2.29509444339593,-2.81312484530515],[1.75510330234685,2.11364845055062],[0.696481303684952,2.28437475075947]],"displaylabels":[true],"edge.lwd":[3,2,6,2,1,2,1,2,3,1,1,1,1,1,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=29-30"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[30],"end":[31],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.0613396319371,1.24515293270482],[-0.0946209196476202,-3.36270167113981],[-1.13747464917329,3.24446260774617],[-3.44259430469552,2.30456471031527],[0.739188428216884,0.259359682960441],[-0.112047864351846,-0.301161170619947],[-3.63245559988024,-0.227962012850236],[-1.80062675458804,-2.31659546662247],[-2.92367703335152,-2.21833939834793],[-1.35413394857436,2.04310760436705],[3.28446271392263,-1.98118706396587],[2.15019801498583,1.21410780216263],[-1.28532595262179,-3.33201701453351],[3.08160385977192,0.90939204158322],[3.70287348630216,0.177795736795623],[-0.426458157221358,2.37428216856653],[0.743939519486636,3.36270167113981],[1.26299784891732,-0.637851207562085],[1.50762493782709,3.05526469613072],[0.0828699948781124,2.96542255800014],[-3.70287348630216,0.989695651887092],[1.05207910256655,-3.33311809825168],[-3.25347702421353,-1.0126492487353],[2.20387639122321,-2.86535730836329],[1.77272620690328,2.12142774421756],[0.712525863960405,2.28457071119762]],"displaylabels":[true],"edge.lwd":[3,2,6,2,1,2,1,2,4,1,1,1,1,1,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=30-31"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[31],"end":[32],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.06721614988657,1.24060086030045],[-0.127539841111985,-3.35982288757906],[-1.11474692781066,3.25643177415648],[-3.4261329912948,2.3360961666673],[0.739741388173614,0.25704131620088],[-0.113904227865124,-0.300175139549389],[-3.64496220639816,-0.200643836316294],[-1.81965511700232,-2.29137071622147],[-2.94949156849526,-2.19239549061226],[-1.3425227500574,2.05671409917196],[3.26672474471029,-2.00494613985329],[2.15680512092445,1.20207343027849],[-1.3205868075628,-3.31787034584804],[3.0850969994667,0.890386346126778],[3.69998672493725,0.153129511956343],[-0.412317850202166,2.38041576093413],[0.765489754420621,3.35982288757906],[1.25995363863978,-0.644418585409867],[1.52692778711448,3.04681644233408],[0.101657714342557,2.96820529221262],[-3.69998672493725,1.02238330814247],[1.01836051953837,-3.3352294146226],[-3.25292936570173,-0.978882658896056],[2.17436798886876,-2.88182382563858],[1.78530419818011,2.11135476738091],[0.725641509943413,2.28203188048583]],"displaylabels":[true],"edge.lwd":[3,2,6,2,1,2,1,2,4,1,1,1,1,1,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=31-32"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[32],"end":[33],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.06842912150886,1.23963947840753],[-0.134461641735673,-3.35911585214635],[-1.1137824348361,3.25619000820661],[-3.42532033122681,2.34384423062437],[0.740329227974201,0.257108073601686],[-0.111462898322344,-0.302280692793892],[-3.64073697574966,-0.189442397721869],[-1.82321665762972,-2.28508579188104],[-2.95047295794751,-2.18872800576016],[-1.34084147927866,2.05535693241304],[3.26238110856516,-2.00860382553891],[2.15775503740389,1.2009584055189],[-1.32847586162243,-3.31365479237513],[3.08578102245664,0.887894870966847],[3.70002581113477,0.150202195245623],[-0.41122994302306,2.37985482359792],[0.767131554539574,3.35911585214635],[1.26231955872432,-0.643363857078352],[1.52770284065114,3.04721733674578],[0.102977837380573,2.96708689982707],[-3.70002581113477,1.03026696338329],[1.01063329980293,-3.33658780263295],[-3.2665764551809,-0.976612517665827],[2.17173574803217,-2.88424849225073],[1.78669955154909,2.11074460798194],[0.727404599918187,2.28180665869775]],"displaylabels":[true],"edge.lwd":[3,2,7,2,1,2,1,2,4,1,1,1,1,1,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=32-33"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[33],"end":[34],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.0618428467614,1.2499822502997],[-0.0933902704955192,-3.36520706461207],[-1.1415332543981,3.24234354426281],[-3.4454325858332,2.30281813023873],[0.74432562261148,0.262250582505045],[-0.100971801478186,-0.305530944239748],[-3.63647709277539,-0.233892431576293],[-1.78971924857945,-2.30956722789931],[-2.9181491245306,-2.22051990596155],[-1.35679711521918,2.03989472063673],[3.2904383963326,-1.97445684335025],[2.15188096049437,1.22283564692573],[-1.28769809285636,-3.32918193480106],[3.08367245311914,0.920106539625997],[3.70416757831022,0.186474983304258],[-0.429644860043776,2.37319364924793],[0.736853886089181,3.36520706461207],[1.2762834769194,-0.631781115921473],[1.50220682834974,3.05998803405908],[0.0776545451889814,2.96656231086753],[-3.70416757831022,0.985150530372856],[1.05355415947955,-3.32744178807862],[-3.2435013071635,-1.01252485117991],[2.20949562174785,-2.86199894159691],[1.77005861647361,2.12766136531935],[0.709508132044592,2.28743709892677]],"displaylabels":[true],"edge.lwd":[3,2,7,2,1,2,1,2,6,1,1,1,1,1,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=33-34"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[34],"end":[35],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.05842717584041,1.25045059283628],[-0.070372888630545,-3.3648802225821],[-1.15464505571458,3.23401068056792],[-3.45286428393607,2.27976840367161],[0.744747896075637,0.262618061728395],[-0.101374675613242,-0.30661373155458],[-3.62628117776203,-0.254322400749882],[-1.77601253404334,-2.31838711198364],[-2.90261173937227,-2.24388638297722],[-1.36416738778944,2.03098806292373],[3.30374328432478,-1.96133656444126],[2.14840712440237,1.22914067653558],[-1.26582511792095,-3.34243268101544],[3.08182189642011,0.931217034414134],[3.70673754634567,0.202272521372282],[-0.438312926127819,2.36773551934861],[0.724816724460426,3.3648802225821],[1.27707770268899,-0.630031364921632],[1.48971092609555,3.06357751254554],[0.0656535338020703,2.96367289062248],[-3.70673754634567,0.963175083040474],[1.07699986254784,-3.32666377784269],[-3.24024091327373,-1.03639596586646],[2.22822838375588,-2.8552612822724],[1.76340240237585,2.13215382641814],[0.701071917269576,2.2866875459225]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,6,1,1,1,1,1,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=34-35"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[35],"end":[36],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.05825172459812,1.24984793935857],[-0.0690188361128299,-3.36447655962556],[-1.14745525624485,3.23815502094188],[-3.44924005946214,2.28372550044462],[0.740297277525593,0.262970904490796],[-0.106705036825745,-0.303575108547289],[-3.62660192625333,-0.25278470093905],[-1.77832239525747,-2.32589610047625],[-2.90505549279977,-2.23848207592916],[-1.36222468210469,2.03640462682282],[3.30478705290377,-1.95894391942938],[2.14770694882903,1.22387898899959],[-1.26094448530238,-3.34101028789762],[3.0798197423273,0.924554916078095],[3.7064225372669,0.197161846269779],[-0.434595262845308,2.37084648085324],[0.731507064068847,3.36447655962556],[1.27049456105467,-0.632015568826575],[1.49688074916244,3.06166052257375],[0.0713984434719173,2.96649605152484],[-3.7064225372669,0.966519291365717],[1.07856372994886,-3.32635145314359],[-3.23744167669928,-1.03326340787943],[2.22797299592563,-2.85440060102958],[1.76620621658604,2.12875922598484],[0.704230566127233,2.28760841379469]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,7,1,1,1,1,1,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=35-36"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[36],"end":[37],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.06272285144111,1.24268618285411],[-0.106700495157611,-3.36134123104132],[-1.12580640930223,3.25034767373635],[-3.43308841220836,2.32052698490892],[0.737206612938691,0.258247921095832],[-0.114710561134115,-0.30191909206198],[-3.63825007149833,-0.21733883271196],[-1.80643278898282,-2.30399907935356],[-2.93136483687838,-2.20915360545837],[-1.35045470965264,2.05055467629073],[3.27856344367639,-1.98870578504483],[2.15248014420736,1.20840298934223],[-1.30073247460514,-3.32406828181763],[3.08149104839239,0.899805355417581],[3.70284611956128,0.167551174536502],[-0.420181023593294,2.37650549885232],[0.754708463593552,3.36134123104132],[1.26038240449133,-0.640268533088327],[1.51695686207211,3.05041770109736],[0.090766577223814,2.96672138656814],[-3.70284611956128,1.003092187719],[1.04022066575717,-3.33445449051908],[-3.25310897429643,-0.998753563829318],[2.19459200422312,-2.87236905706279],[1.77796772102741,2.11551638117776],[0.71797463571362,2.28319423129409]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,7,1,1,1,1,2,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=36-37"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[37],"end":[38],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.05988808904066,1.24536134310408],[-0.0797353316642355,-3.36230524484161],[-1.13933182646688,3.24067967785823],[-3.44495475078339,2.29137182645892],[0.739811161403443,0.25891182713148],[-0.109582484298857,-0.304787779068575],[-3.63152359617521,-0.245481023844181],[-1.78893907767531,-2.32316247971024],[-2.91503290113104,-2.22851193186886],[-1.35833841320292,2.04027427618489],[3.29703846345037,-1.97250552525253],[2.15069103315594,1.21852168975022],[-1.27397359580176,-3.33823102531122],[3.08169154123274,0.915771537216101],[3.70498671795101,0.18617438183041],[-0.430344841983545,2.37099787037685],[0.739255786806838,3.36230524484161],[1.26914551821338,-0.635832025300384],[1.50239950585971,3.0560793185305],[0.0778080497185596,2.96427971796033],[-3.70498671795101,0.976937304872694],[1.06699057893098,-3.33247869820647],[-3.23867161354437,-1.02319665930264],[2.21613325221841,-2.86107876246974],[1.76991023201277,2.12369097962055],[0.709115270269955,2.28411030578089]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,7,1,1,2,1,2,2,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=37-38"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[38],"end":[39],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.06013263164648,1.24794619960874],[-0.0849934161252901,-3.36522112434081],[-1.1391294950194,3.24507213671045],[-3.44365540391176,2.30214629586299],[0.739678195658731,0.26165729941176],[-0.109761938119048,-0.302410801987245],[-3.63142524221787,-0.234776280657973],[-1.79174250495354,-2.31661438889327],[-2.91872516241556,-2.22307030564357],[-1.35676454870005,2.0420035627788],[3.29466851183482,-1.97158514628831],[2.14951778585715,1.21942865441838],[-1.27728810110315,-3.33232705501833],[3.08146605640279,0.916599820211208],[3.70380272781507,0.18511427282082],[-0.428497271261,2.37513261212605],[0.741333099080359,3.36522112434081],[1.26601880395523,-0.635122553111431],[1.50458829315934,3.05875801081394],[0.079519514916365,2.96808184645997],[-3.70380272781507,0.983048196640667],[1.06232361472764,-3.32912631933035],[-3.24521782421479,-1.01651725562658],[2.21141334843743,-2.85981369609068],[1.77091100431759,2.12531234651307],[0.71051562544962,2.28659065998723]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,7,1,1,2,1,2,2,1,1,3],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=38-39"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[39],"end":[40],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.06209739135389,1.25041141863844],[-0.0828250904181158,-3.36576736704625],[-1.14398320934721,3.23976117271655],[-3.44487768649832,2.30186300685212],[0.744664929783568,0.264444631465393],[-0.100970612347481,-0.303977711068728],[-3.62917703873304,-0.237369128838234],[-1.78505698997317,-2.30964322356814],[-2.91497971625603,-2.22940123612744],[-1.35831733293844,2.03572861930646],[3.29539644974532,-1.96886513036765],[2.15131965276435,1.22614157843111],[-1.27925112010941,-3.33149511396143],[3.08384466198225,0.92564979542539],[3.7072777351463,0.194900711231618],[-0.431749702055432,2.37180563978135],[0.7345284796079,3.36576736704625],[1.27777614600693,-0.630605433785663],[1.49875418959164,3.06265036997148],[0.0738508948104268,2.9676070404722],[-3.7072777351463,0.980589511725371],[1.06503493160375,-3.3232374990043],[-3.24238978746568,-1.01825225555575],[2.21435807090485,-2.85939704319571],[1.76837232101246,2.13100929053499],[0.706858819020665,2.28816485532545]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,7,1,1,2,1,3,2,1,1,3],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=39-40"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[40],"end":[41],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17]}},"coord":[[1.05598713193193,1.25275972252765],[-0.0634052545826624,-3.36627924250308],[-1.15893595870478,3.23211141195379],[-3.4557231314843,2.27348512412273],[0.744915551586206,0.264075224987867],[-0.0978851557844749,-0.308667522332661],[-3.62614561378675,-0.262345277745019],[-1.77224368768277,-2.32491717795176],[-2.89898178864835,-2.24751766139523],[-1.36695296512389,2.02762800363765],[3.30781821134291,-1.95480859774941],[2.14630149646294,1.23322280984718],[-1.25624388305498,-3.34302689149673],[3.07997505359572,0.936888415789786],[3.70760426035107,0.21113151979694],[-0.442307168127271,2.36668830376719],[0.719212669358775,3.36627924250308],[1.28123664160282,-0.627310302771358],[1.48585043533346,3.06640194557202],[0.0607281326232347,2.9630804075687],[-3.70760426035107,0.955039090850206],[1.08448956028532,-3.32620280261368],[-3.23751339110562,-1.04229837842847],[2.23452629517231,-2.85056310439329],[1.75927818815544,2.13560308486815],[0.697510275471331,2.28858724325749]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,2,1,3,2,1,1,3],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=40-41"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[41],"end":[42],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18]}},"coord":[[1.10262423338805,1.26067621496472],[-2.34964814894641,3.21804988578396],[-1.41633369057892,2.9264927318979],[-3.8120323781838,1.45875246005946],[1.02397434919927,0.216804153042291],[0.368225696238225,-0.557997443069291],[-3.73939013300508,0.0948957083069892],[-1.94966141234458,-2.02079561404047],[-3.09024991720311,-1.97531992111383],[-1.32772786990363,1.57145103075372],[3.1382401612896,-2.12069375108553],[2.198678167315,1.39939724280922],[-1.62744108063965,-3.14021148820427],[3.15551544507259,1.12240973327843],[3.8120323781838,0.382825070319171],[-0.568174677650052,2.20862954481505],[0.510848047722062,3.33543686295109],[1.75005154371832,-0.559852385344804],[1.27942789589295,3.12709415394225],[-0.100174315123787,2.84829415195633],[-0.424049938130981,-3.27502419240207],[0.721659282131365,-3.33543686295109],[-3.44802858737615,-0.732286310404116],[1.92498051324248,-2.97422423148184],[1.65718279795338,2.22519785586051],[0.587128643776508,2.24603167271613]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,2,1,3,2,1,1,3,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=41-42"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[42],"end":[43],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19]}},"coord":[[1.14141141887846,1.14107460774313],[-2.60393378071895,2.76047230352713],[-1.63366307406235,2.48879056166891],[-3.91880249171133,0.945263070461443],[1.09750560395655,0.0851918522672217],[0.488183075122461,-0.734765985797651],[-3.6420527921135,-0.400669734903214],[-2.64127902504693,-2.17724673930636],[-0.955877225504213,3.35846990252129],[-1.1799870129499,1.42998258472895],[2.99304386459348,-2.3468021942259],[2.2577986872643,1.27341260532226],[-1.75398514550035,-2.75435655106943],[3.23302886342355,1.0060885382712],[3.91880249171133,0.278205233482695],[-0.584322293650606,2.26009332663392],[0.671655752209309,3.23914994942477],[1.85914102455989,-0.676343018628197],[1.38482414925138,2.99325361479528],[0.0303237474508062,2.74385661193972],[-0.781367918331464,-3.23306715620455],[0.376077470433799,-3.35846990252129],[-3.24187566622037,-1.18107149524485],[1.65320328139086,-3.13176203594998],[1.68718064551032,2.08392219687405],[0.618931993731239,2.13382925722113]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,2,1,3,2,1,1,3,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=42-43"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[43],"end":[44],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19]}},"coord":[[1.14176458481618,1.13870365780966],[-2.60038527144913,2.76435909442968],[-1.63040054938484,2.49290417099799],[-3.91704143816806,0.948607892585968],[1.09718323712709,0.0831839111171386],[0.485932827591661,-0.73654568511948],[-3.64137529038983,-0.396242146007737],[-2.64405137132379,-2.17539199256941],[-0.950809273366145,3.35870501996385],[-1.17864544275174,1.43134509097303],[2.99150675051792,-2.35165919382223],[2.2579687217028,1.26800767870507],[-1.75548054863053,-2.74756963521086],[3.23330681600436,1.00274570827385],[3.91704143816806,0.273317208050369],[-0.58126529638476,2.26051054146104],[0.675650328535006,3.23910139943924],[1.85596479610048,-0.681442500848414],[1.389644256976,2.99008508359925],[0.0339189733693499,2.74382437642623],[-0.785960326644636,-3.2401147759172],[0.374543350975484,-3.35870501996385],[-3.24392987969051,-1.17860822557574],[1.65089614464575,-3.13173505851115],[1.68912608552359,2.079916061494],[0.620992584332834,2.13288806387246]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,2,1,3,2,1,1,3,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=43-44"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[44],"end":[45],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19]}},"coord":[[1.13760934806176,1.14555157865094],[-2.60942964610697,2.76020530036218],[-1.63833116578688,2.49006361654418],[-3.91853860257332,0.935713598489332],[1.09540362546331,0.0898185162836422],[0.48608499285243,-0.732235150509359],[-3.63878148306168,-0.405015427213349],[-2.62734684143353,-2.17303209997134],[-0.962232135891058,3.35867317569332],[-1.18402684496473,1.42984367632598],[3.00329616445629,-2.3352558543833],[2.25408298327678,1.27885331215564],[-1.75215572223986,-2.76722674535648],[3.23012394039005,1.01601801483874],[3.91853860257332,0.290626712340995],[-0.589268743920757,2.26109132244598],[0.663158507443328,3.24320514958072],[1.85829164097269,-0.670306692342124],[1.37783218673162,2.99777342917021],[0.0244490022921009,2.74562796762563],[-0.769625047084751,-3.22949716541914],[0.391643351076607,-3.35867317569332],[-3.24673040633753,-1.18933642312866],[1.66283996337579,-3.12437525962008],[1.6834441501262,2.08944021889018],[0.614008328754015,2.13714407880088]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,2,1,4,2,1,1,3,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=44-45"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[45],"end":[46],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.11135384374031,1.122802758042],[-1.59211047002124,2.80636424959756],[-1.68395134598018,2.06273350736651],[-3.92363133487934,1.0942228766991],[1.07045731812778,0.0620702014661609],[0.466579663812685,-0.772967852057342],[-3.65340673470591,-0.408524869015676],[-2.57624881307938,-2.21716283504409],[-0.946926655767322,3.40357333016336],[-1.13689328757372,1.33144038594971],[3.18465169749947,-2.24252736890355],[2.22582003004372,1.27089459008553],[-1.69553884911478,-2.8565880060828],[3.21053478371169,1.05490669557137],[3.92363133487934,0.363575167511924],[-0.644131445162747,2.26056157623947],[0.651754157234609,3.22132339154504],[1.83056421243129,-0.693025558552665],[1.34884607429517,2.96822665256736],[0.0055531153515771,2.7164531334421],[-0.661309592111339,-3.29155639835476],[0.536019015480433,-3.40357333016336],[-3.27474572787276,-1.20910692787919],[1.8437128789261,-3.11386483283856],[1.63834522674906,2.06875963071959],[0.571292848285445,2.11168637556433]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,2,1,4,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=45-46"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[46],"end":[47],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10896939907846,1.12633335108],[-1.59624512206022,2.80395217764741],[-1.6881087642402,2.05950107151917],[-3.92492560831905,1.08052123751957],[1.07075327534988,0.0644400256597861],[0.467220767858533,-0.771398626025796],[-3.65006773449246,-0.420251484346608],[-2.56734367644928,-2.22394023533729],[-0.95391114962163,3.40167624708642],[-1.13974419912334,1.32834616509559],[3.19112491883098,-2.23482816680311],[2.22271607649751,1.27422606806694],[-1.68734774844256,-2.8631477589272],[3.20806903200502,1.06248816109634],[3.92492560831905,0.374527906062234],[-0.648378066274184,2.25922587868919],[0.644084528634875,3.22385813070272],[1.83336130041746,-0.688101357969788],[1.34241308966941,2.97120280081619],[0.00045991472204987,2.71579708120207],[-0.6501848061278,-3.29017340206378],[0.549273663719353,-3.40167624708642],[-3.27139635406735,-1.21938119785486],[1.85255365345117,-3.11083751366537],[1.63564298551857,2.07338025940008],[0.567161659225294,2.11401298949482]],"displaylabels":[true],"edge.lwd":[3,2,8,2,1,2,1,2,9,1,1,3,1,4,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=46-47"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[47],"end":[48],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10863775657798,1.12767959341798],[-1.59834551186866,2.80424807486925],[-1.68954119638692,2.06003059042947],[-3.92453082573541,1.07650606092859],[1.07012390667613,0.0661945218180571],[0.46964840170195,-0.771280634127267],[-3.65408645944925,-0.42200192351599],[-2.56906235174164,-2.22366305868197],[-0.953232956594523,3.40295991231101],[-1.14093691105285,1.32983860599711],[3.1892538793947,-2.23545968116921],[2.2225493355628,1.27703943795679],[-1.68573490073403,-2.86336808257722],[3.20843149876165,1.06459585902469],[3.92453082573541,0.375443610631118],[-0.650198682365766,2.25975572498648],[0.641959259227482,3.22424261284865],[1.83443697928204,-0.685502399847758],[1.34073384943648,2.97157079204949],[-0.000816370860993842,2.71554413307469],[-0.647497620403779,-3.29027012968192],[0.548818785683092,-3.40295991231101],[-3.26817000768159,-1.21771299279393],[1.85323975108486,-3.10963120881687],[1.63422890331037,2.07398806939794],[0.565315763818176,2.11335405680359]],"displaylabels":[true],"edge.lwd":[3,2,9,2,1,2,1,2,9,1,1,3,1,4,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=47-48"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[48],"end":[49],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10783442591571,1.1318483270787],[-1.60525430277045,2.79893322691456],[-1.6931428325874,2.05457577134595],[-3.92649839597938,1.06360817925527],[1.07358748720723,0.0708726915885292],[0.474563554692681,-0.767511208083695],[-3.64524691641412,-0.435206587610574],[-2.55660750539436,-2.23311775406034],[-0.963942648221134,3.39858957617874],[-1.14276201910764,1.32460318893797],[3.20729721224712,-2.22073829753161],[2.22114156506502,1.28628564884274],[-1.66811919059954,-2.86649208878325],[3.20760029785883,1.07546092334545],[3.92649839597938,0.391281588492219],[-0.655012674764222,2.25812038459466],[0.633418706440614,3.22712114852066],[1.838988546614,-0.679471297423192],[1.33292817252361,2.97791582292479],[-0.00872300291597972,2.71743103225524],[-0.631569265041437,-3.29590875993703],[0.563867561425533,-3.39858957617874],[-3.26259545095305,-1.23290176569992],[1.86890445479944,-3.10037749169468],[1.63034684580053,2.0808566265957],[0.561317629659378,2.11664895378328]],"displaylabels":[true],"edge.lwd":[3,2,9,2,1,2,1,2,9,1,2,3,1,4,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=48-49"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[49],"end":[50],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10638724007214,1.13902757455647],[-1.61580296933563,2.79120536338007],[-1.69940886670896,2.04599343512818],[-3.92945404798272,1.04601316750945],[1.07783587353391,0.0774204600147974],[0.485147245106324,-0.764841962404887],[-3.63902146197653,-0.453175501899775],[-2.54146200322477,-2.24774751774504],[-0.977097397706709,3.39573747593418],[-1.14350312234674,1.31935637124153],[3.22213733268269,-2.20401965136289],[2.21838667770999,1.29813231016195],[-1.65099140323582,-2.87310699917774],[3.20642842336659,1.09613184847722],[3.92945404798272,0.413723935339211],[-0.662095411029343,2.2555656132105],[0.621052691134846,3.23143420312041],[1.84871180905064,-0.667576206096663],[1.3233189664534,2.98569388734344],[-0.0184780403440987,2.71737091010547],[-0.60782545307053,-3.29753079894016],[0.588534972819684,-3.39573747593418],[-3.24929094771876,-1.24648450153462],[1.88887604574613,-3.08961225574918],[1.62396712586909,2.09152375899531],[0.554613925654207,2.12034863383622]],"displaylabels":[true],"edge.lwd":[3,2,9,2,1,3,1,2,9,1,2,3,1,4,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=49-50"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[50],"end":[51],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10293969746003,1.14285527223963],[-1.62487299943025,2.78461433042261],[-1.70608203117017,2.03901735806509],[-3.92897271786404,1.02901991678174],[1.07934441561808,0.0813992039972482],[0.487005563430986,-0.76134765187802],[-3.63597535460409,-0.467665996041377],[-2.53195415310886,-2.25663350267196],[-0.990079204689013,3.39147853380033],[-1.14652271882304,1.31633981229961],[3.23231734809491,-2.18982033742859],[2.21506463045459,1.30700759081954],[-1.63625952295282,-2.88064601152047],[3.2033951384986,1.10671477890487],[3.92897271786404,0.429035630738931],[-0.669062742269207,2.25412366168318],[0.611373109128158,3.23347317453986],[1.85088559962874,-0.661877978418739],[1.31370862379863,2.9909010978718],[-0.0270261784184798,2.71871739658732],[-0.595618485541643,-3.30052794496725],[0.60447887785844,-3.39147853380033],[-3.24225175306113,-1.25962681426395],[1.90673478860431,-3.08156700710213],[1.61707485051546,2.09627579482851],[0.548368731547786,2.12317693402641]],"displaylabels":[true],"edge.lwd":[3,2,9,3,1,3,1,2,9,1,2,3,1,4,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=50-51"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[51],"end":[52],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10418422844754,1.13952696057461],[-1.6192852876104,2.78872243975194],[-1.70206833570484,2.04508278518898],[-3.92851579168867,1.03914849434494],[1.07735416561492,0.0782605849681812],[0.483162248337623,-0.76395013207152],[-3.64155197074073,-0.456422264709969],[-2.54006631485735,-2.24899254114396],[-0.980981617652839,3.39409127052636],[-1.1449919727541,1.31929517405612],[3.22307256483793,-2.19920448902903],[2.21620318401997,1.29898047952506],[-1.64911329372594,-2.87596881512419],[3.2040273081823,1.09658981445122],[3.92851579168867,0.416927630490262],[-0.664596768935684,2.25513642382811],[0.61924490589693,3.23108831839495],[1.84693450653813,-0.667964173667428],[1.31998950053871,2.98657886165472],[-0.0208357576576987,2.71959454466809],[-0.608221180252545,-3.29736932333309],[0.592019760639945,-3.39409127052636],[-3.24887037979856,-1.24928430426052],[1.8915328424887,-3.08874227732976],[1.62107338650892,2.09132110865307],[0.552044587194386,2.12126413859175]],"displaylabels":[true],"edge.lwd":[3,2,9,3,1,3,1,2,9,1,2,3,1,5,2,1,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=51-52"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[52],"end":[53],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20]}},"coord":[[1.10475900940188,1.13586813103591],[-1.61553211974913,2.79225655065439],[-1.69959009393506,2.0472291298979],[-3.92807266246306,1.04689684984218],[1.07566044453676,0.0745461778893803],[0.48090363324889,-0.76706127869475],[-3.64164896913445,-0.453611999608577],[-2.54341783067099,-2.24860829663052],[-0.974014879899366,3.39543334182453],[-1.14514050566828,1.32006590392395],[3.22086821206253,-2.20473086047005],[2.21775597657251,1.29471053735078],[-1.65092277398268,-2.87535613508447],[3.20494388817901,1.09091421267576],[3.92807266246306,0.409904566798993],[-0.66242104334159,2.25558851779991],[0.622710695516197,3.22871037172376],[1.845274197333,-0.671961695317616],[1.32321583768748,2.98334647992172],[-0.0168921461018012,2.71512864746095],[-0.612709348527352,-3.29917817803811],[0.586436815079859,-3.39543334182453],[-3.24916269729546,-1.24704808489913],[1.88980289828054,-3.09240378815541],[1.62387495589844,2.08711255698721],[0.554546902477949,2.11828469717769]],"displaylabels":[true],"edge.lwd":[3,2,9,3,1,3,1,2,9,1,2,3,1,5,2,2,1,3,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=52-53"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[53],"end":[54],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21]}},"coord":[[1.26774748919006,0.765088356554233],[-1.48056534196334,2.22764793850439],[-1.48518754574226,1.49674084924347],[-3.99603033059297,0.885741483852828],[1.30522970535336,-0.316980293539722],[0.801751619283025,-1.21902125913049],[-3.69332344002936,-0.651927113191221],[-2.5229627514903,-2.44136016051604],[-0.870850314065107,0.936604322832663],[-0.966941665668835,3.04095450123458],[-0.520895874026626,-3.47348590284805],[2.3826646497751,0.916135624036365],[-1.6072911151966,-3.0633469582393],[3.35282439942127,0.60681918512724],[3.99603033059297,-0.179881940812591],[-0.492851628108104,1.9286436068392],[0.833360803664001,2.90150736733439],[2.10163726604587,-1.07126295173134],[1.50917069501754,2.63200473467475],[0.164736239660008,2.41923113563967],[-1.88304282242402,3.55800308070713],[0.775521846351388,-3.55800308070713],[-3.29023494176404,-1.44292782213379],[2.31979042943702,-3.09820368942255],[1.78191205977274,1.71571787780856],[0.720694547311768,1.78017105323128]],"displaylabels":[true],"edge.lwd":[3,2,9,3,1,3,1,2,9,1,2,3,1,5,2,2,1,3,1,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=53-54"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[54],"end":[55],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21]}},"coord":[[1.26444167615004,0.771036663421485],[-1.4885603290519,2.2239476747555],[-1.48958587339477,1.49336704912988],[-3.99842463538846,0.870751616716195],[1.30514974319408,-0.310837353672216],[0.807762548937755,-1.21648716856357],[-3.69054748699316,-0.66316940986796],[-2.51325612233573,-2.44992945261648],[-0.873948969925937,0.935029699597127],[-0.977756574054932,3.03921360293888],[-0.509912599368637,-3.47430364971826],[2.3791153401869,0.925411168327476],[-1.59405636593252,-3.06668948348907],[3.35086756877772,0.619017008084123],[3.99842463538846,-0.164739627446147],[-0.499011596156687,1.9285209473567],[0.82394336633062,2.90482356700537],[2.10477819532264,-1.06350347510247],[1.50052554631942,2.63922455176862],[0.156826324554298,2.42089498987235],[-1.89555107196972,3.55247409069177],[0.789016744661724,-3.55247409069177],[-3.2878055775165,-1.45414025374016],[2.33062855539709,-3.09068505274197],[1.7770600498295,1.72295642237303],[0.715129110306236,1.78425549939022]],"displaylabels":[true],"edge.lwd":[3,2,9,4,1,3,1,2,9,1,2,3,1,5,2,2,1,3,1,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=54-55"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[55],"end":[56],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21]}},"coord":[[1.2676488021553,0.764965808559324],[-1.48091322813072,2.22711689088949],[-1.48433731761829,1.49602810305071],[-3.9956559926233,0.892111569002207],[1.3036272221401,-0.31758032421749],[0.803032014055072,-1.22111397526459],[-3.69435562364315,-0.647727255911426],[-2.52546197960174,-2.44151839492753],[-0.870432308181003,0.935985461629857],[-0.966680019141868,3.0406683670526],[-0.524238193844796,-3.47571302456695],[2.38204520580139,0.91507064266324],[-1.60731744257567,-3.06227277714332],[3.3533635666403,0.607060965710796],[3.9956559926233,-0.18217180934846],[-0.492627090186604,1.92845972240988],[0.833791582094926,2.90114553725648],[2.10090331839844,-1.07274025696579],[1.50920165541798,2.63105575962703],[0.164621876884099,2.41887670856389],[-1.88311668449746,3.55709344289633],[0.772407601108318,-3.55709344289633],[-3.29458230142316,-1.44095723133734],[2.31451239166428,-3.1029699367116],[1.78253468833718,1.7161691533323],[0.721033355020741,1.78033433281401]],"displaylabels":[true],"edge.lwd":[3,2,10,4,1,3,1,2,9,1,2,3,1,5,2,2,1,3,1,2,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=55-56"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[56],"end":[57],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22]}},"coord":[[1.20045904676931,0.69077588997498],[-1.63960544646533,2.09577122204816],[-1.62346911079885,1.36315757642837],[-4.03476834517066,0.542729092559675],[1.2705236223892,-0.399559489464366],[0.810258355506124,-1.3347845717541],[-2.99927900206173,-1.82362259007341],[0.451440149618145,-3.53654517179155],[-0.999435981514827,0.806476070973544],[-1.17702262439523,2.92315707618257],[-0.90258700817692,-3.30428849076601],[2.33186580566038,0.823952781970474],[-2.00613004933685,-2.76734087149423],[3.32740894771636,0.52468807172352],[4.03476834517066,-0.211740907532405],[-0.643244684407366,1.81165074962884],[0.576065092895703,2.774164564586],[2.08866187115055,-1.14837349624697],[1.36322653147682,2.63144043332381],[-0.013195618647039,2.24211370808828],[-2.10805603300111,3.43993368400436],[1.80458425818665,3.53654517179155],[-3.50266939424357,-1.08256374481081],[2.16614972666706,-3.16593972179882],[1.66992962908374,1.59341674690007],[0.618143481589332,1.70601563101715]],"displaylabels":[true],"edge.lwd":[3,2,10,4,1,3,1,2,9,1,2,3,1,5,2,2,1,3,1,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=56-57"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[57],"end":[58],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22]}},"coord":[[1.20155555072122,0.690577270353465],[-1.6396649595149,2.09354746060188],[-1.62191722398372,1.36163161604466],[-4.03539632545223,0.543728000743304],[1.27295713383581,-0.400847171367498],[0.812999395964205,-1.33558560035227],[-2.99972878460115,-1.82228564761407],[0.451789773328425,-3.53753856993195],[-0.997138475524165,0.80460775437889],[-1.17603432220933,2.92178550247105],[-0.901317608089516,-3.30447946028383],[2.33340235834373,0.82433706551354],[-2.00486677572626,-2.76970228660937],[3.32955327194243,0.527307234877759],[4.03539632545223,-0.212050461853462],[-0.64209248668422,1.81014763133709],[0.578090963195216,2.77166716162717],[2.09197126574584,-1.14850895726341],[1.36394640504748,2.63020839764521],[-0.0119116580189402,2.24126491246821],[-2.10499134823759,3.44015078399641],[1.80283213785212,3.53753856993195],[-3.50367773838961,-1.08174555623792],[2.16698490827843,-3.16463811626571],[1.67069282655096,1.59259360269947],[0.618958082640387,1.70409679410866]],"displaylabels":[true],"edge.lwd":[3,2,10,4,1,3,1,2,9,1,2,4,1,5,2,2,1,3,1,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=57-58"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[58],"end":[59],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22]}},"coord":[[1.20023774026359,0.691488823684027],[-1.64198992768848,2.0938636226643],[-1.62411716424577,1.36181165605586],[-4.03377371043347,0.536967793912778],[1.27124791816367,-0.398313881757676],[0.811845645714747,-1.33404143941842],[-2.99551591305778,-1.82721015587534],[0.460056230232173,-3.53676777658846],[-0.999551002009189,0.805203249633939],[-1.17967759687397,2.92165282238714],[-0.898027156812729,-3.30698383006676],[2.33150622902617,0.826514620121348],[-2.00064350247132,-2.77196041042389],[3.32766008906518,0.528739540609772],[4.03377371043347,-0.210478835603554],[-0.645150270329617,1.81023661443422],[0.574521831808279,2.77554197121868],[2.09005387927067,-1.14657876443358],[1.36166341782509,2.630988540616],[-0.0148293703916771,2.24271562040663],[-2.10812811288798,3.44000172824685],[1.80328724072157,3.53676777658846],[-3.5010663752112,-1.08823003606028],[2.17270437394481,-3.16266947707289],[1.66859982944525,1.59455770398782],[0.616440342575502,1.70559481701717]],"displaylabels":[true],"edge.lwd":[3,2,11,4,1,3,1,2,9,1,2,4,1,5,2,2,1,3,1,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=58-59"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[59],"end":[60],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.2032230487311,0.61130092904309],[-1.53737762349341,2.20748801853223],[-1.57154925769689,1.47728244923697],[-3.76008048753985,-0.447395107685346],[1.20290384447098,-0.481776136763266],[0.686261717958651,-1.38693064797941],[-2.94597014132761,-1.91275875209793],[1.92816473249362,-3.30229550018966],[-0.983435516779408,0.8768375708011],[-1.02398155905853,2.99961427358176],[0.191222245113428,-3.56530952052799],[2.34088423243196,0.667944048932179],[-3.97304450156976,0.443734984299097],[3.31519800717206,0.30365828264283],[3.97304450156976,-0.478729513816341],[-0.56266749293363,1.85520829952846],[0.719099678256482,2.73230437294435],[1.97203051230899,-1.28234986880373],[1.4937298371749,2.5342195807817],[0.0956036330872982,2.24190172956018],[-1.92768814190258,3.56530952052799],[2.00019988720425,3.40541246826273],[-2.30577763317618,-2.52889592742513],[-1.14704875024269,-3.25643124460028],[1.73125114963018,1.47952654274284],[0.688370900001116,1.66221329926497]],"displaylabels":[true],"edge.lwd":[3,2,11,4,1,3,1,2,9,1,2,4,1,5,2,2,1,3,1,2,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=59-60"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[60],"end":[61],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19624118079185,0.629487402368188],[-1.55770508377453,2.20069157887017],[-1.58452050879777,1.47014022994178],[-3.75516472275804,-0.474598006391311],[1.20600217208927,-0.464021602670576],[0.6992076315781,-1.37432359281172],[-2.92867572218646,-1.93434246994446],[1.96151530801578,-3.27492916879052],[-0.992584398809085,0.875043519802013],[-1.05266354355778,2.9970923114566],[0.224529274958374,-3.55461380531822],[2.33359401635488,0.69708543254274],[-3.9760030098326,0.414693339878855],[3.31108354339948,0.341704534219008],[3.9760030098326,-0.43687560124468],[-0.580384273696237,1.85709109649134],[0.692249458255179,2.7468034720551],[1.9841113813511,-1.25645000387011],[1.46990875615833,2.55506135904143],[0.0742519004120314,2.24936159383367],[-1.96198893549015,3.55461380531822],[1.96592416454578,3.43194735249867],[-2.28225367652634,-2.54244350196723],[-1.11367148456965,-3.25973735239217],[1.71635306854026,1.50328361825939],[0.672647316097035,1.67627700016756]],"displaylabels":[true],"edge.lwd":[3,2,11,4,1,3,2,2,9,1,2,4,1,5,2,2,1,3,1,2,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=60-61"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[61],"end":[62],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19342639978503,0.641642672863414],[-1.57222357207329,2.19629865729543],[-1.59276314137217,1.46522411595274],[-3.75379776495885,-0.493360804224056],[1.21052581156854,-0.451380121081525],[0.707051393637637,-1.36398817025893],[-2.91681289210191,-1.94752440986468],[1.97818260878558,-3.26083442653424],[-0.997106558114882,0.874611630614863],[-1.07026946377027,2.9948969171991],[0.246105762600937,-3.54945664915676],[2.33046383259327,0.715163639343841],[-3.97838105218118,0.395071289548929],[3.31070996080718,0.366240275915653],[3.97838105218118,-0.410011343292127],[-0.590991817128303,1.8586806064295],[0.677562920890956,2.75452068225223],[1.99142541969462,-1.23974924315199],[1.45536211378208,2.56844191979593],[0.0614036073519539,2.25518170885449],[-1.98160507145135,3.54945664915676],[1.94560773135763,3.44830012157195],[-2.26791326092611,-2.55376127996179],[-1.09587458472898,-3.2613666091222],[1.70784362836652,1.51731466111845],[0.663056023133728,1.68455215887619]],"displaylabels":[true],"edge.lwd":[3,2,11,4,1,3,2,2,10,1,2,4,1,5,2,2,1,3,1,2,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=61-62"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[62],"end":[63],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.1944896783799,0.636600049548012],[-1.5641230554669,2.19842821869818],[-1.58940948260868,1.46814315990425],[-3.75892110151779,-0.484321252765885],[1.20827864347983,-0.456582554312918],[0.703569921159365,-1.36822403860934],[-2.92246132867749,-1.93856566693473],[1.96483123128365,-3.26895883833843],[-0.995696704063364,0.874013927166269],[-1.06255783895926,2.99538653679017],[0.234459451748847,-3.55053693778623],[2.33201382681532,0.70766408575368],[-3.97685267027038,0.405273570253611],[3.31028740523323,0.354469763405313],[3.97685267027038,-0.420554902060664],[-0.586025172863362,1.85752250091492],[0.684089012761333,2.7522092881595],[1.98792954670955,-1.24748473156409],[1.46197688546366,2.56308593806452],[0.0670731126530599,2.25327068736019],[-1.97333604101992,3.55053693778623],[1.95344075105641,3.44321181158548],[-2.27548772865722,-2.54834502629029],[-1.10683745556099,-3.26096299871973],[1.71124960133117,1.51045702181105],[0.667480338860732,1.68137298593623]],"displaylabels":[true],"edge.lwd":[3,2,11,4,1,3,2,2,10,1,2,4,1,5,2,2,1,3,1,2,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=62-63"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[63],"end":[64],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19604905961279,0.63128813209069],[-1.56082502465088,2.20003802576392],[-1.58529049524479,1.46991379634808],[-3.75742333711028,-0.476866624889079],[1.20722593966732,-0.46193030819184],[0.701064112377797,-1.37318416491574],[-2.92794085659613,-1.93487113164267],[1.9612614212266,-3.27278928992271],[-0.993477465201458,0.87507629040005],[-1.05558213617662,2.99656586569254],[0.227340946454671,-3.55355310222928],[2.33362975892765,0.700780395700542],[-3.97623667103513,0.411568623385167],[3.31099837231511,0.345024356563397],[3.97623667103513,-0.432039317895809],[-0.581712877480729,1.8572399027887],[0.690680459868021,2.74831015571489],[1.9857411408915,-1.2534974938593],[1.46824720124966,2.55759097414177],[0.0724263487610948,2.2503711103495],[-1.96576969786959,3.55355310222928],[1.9642308721388,3.43396195455287],[-2.28087620556478,-2.54329192336437],[-1.11559943246232,-3.25765325679867],[1.71521171833335,1.50540635160802],[0.671244814992328,1.67844050012695]],"displaylabels":[true],"edge.lwd":[3,2,11,4,1,3,2,2,10,1,2,4,1,5,2,2,1,4,1,2,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=63-64"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[64],"end":[65],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19177624148654,0.649314387811278],[-1.57725582157771,2.19356871818941],[-1.59799799904377,1.46307810100683],[-3.75273520158735,-0.502392150427856],[1.210891316385,-0.443967541591246],[0.712127353364906,-1.35943863365497],[-2.91038017938815,-1.95270430800812],[1.98850519258323,-3.24927007699126],[-1.00011082996505,0.873307033667108],[-1.08062914775353,2.99444636577321],[0.261897578079841,-3.54327819997206],[2.32874269411691,0.727868857042901],[-3.98072657127269,0.384091287058645],[3.30964599142318,0.380297169970223],[3.98072657127269,-0.391363707110538],[-0.597267900131996,1.85979846790826],[0.668882091752464,2.76167683355977],[1.99663630675093,-1.2286765848867],[1.44657630333905,2.57749606313106],[0.0539086435981466,2.259739743389],[-1.99636697546135,3.54327819997206],[1.93605682054013,3.45777853804511],[-2.25952544192346,-2.5555442604907],[-1.08524258255173,-3.26237543153435],[1.7024148748089,1.52715283197557],[0.657963108332716,1.69111683122048]],"displaylabels":[true],"edge.lwd":[3,3,11,4,1,3,2,2,10,1,2,4,1,5,2,2,1,4,1,2,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=64-65"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[65],"end":[66],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19505419878633,0.63816542281643],[-1.56615405485387,2.19773174816781],[-1.58938208898448,1.46667303159261],[-3.75651290796399,-0.484695378363139],[1.20928155896903,-0.45496362517107],[0.703790167973499,-1.36653040834341],[-2.92172962914071,-1.94262580675004],[1.96476809172677,-3.26810742320782],[-0.995927340424364,0.873987818118686],[-1.06470087389326,2.99629444562158],[0.233372855539876,-3.54925798508667],[2.33247432326961,0.710537646080686],[-3.97838628508008,0.404019319810226],[3.31083718983423,0.356696375573475],[3.97838628508008,-0.418302515156895],[-0.587192047256617,1.8578189142875],[0.682638024213198,2.75340306105064],[1.98804483578126,-1.24628735039724],[1.46014749488678,2.56427979225215],[0.0657352544832985,2.25357688202505],[-1.97695175464681,3.54925798508667],[1.9538365205439,3.44241292593018],[-2.273202951596,-2.54999594510412],[-1.10748446723407,-3.25951606843377],[1.7111183300959,1.51282702549355],[0.666482771149374,1.68206302467456]],"displaylabels":[true],"edge.lwd":[3,3,11,4,1,3,2,2,10,1,2,4,1,5,2,2,1,4,1,3,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=65-66"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[66],"end":[67],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19551152303473,0.638303597517528],[-1.56596871122698,2.19793536741559],[-1.5883880813963,1.46645224986551],[-3.7557929400926,-0.485307042745915],[1.21166108337901,-0.453875399312272],[0.707147675398334,-1.36690576748405],[-2.92222055159657,-1.93907897926016],[1.96407910592915,-3.26604651751041],[-0.993253452259304,0.874440626915268],[-1.06500501179274,2.99523242386197],[0.235562047280053,-3.54855118528326],[2.33290539314371,0.71093241119948],[-3.97713594986393,0.403328069787596],[3.31226443781883,0.357674358085076],[3.97713594986393,-0.420096952855809],[-0.586150604083969,1.85810197545394],[0.682648446065066,2.7537985304144],[1.99073927442934,-1.24443515635361],[1.46097622910399,2.56598719140134],[0.0663680864572402,2.25468283381005],[-1.97847852721422,3.54855118528326],[1.9524572674559,3.44497332940058],[-2.27384710831358,-2.54671687545901],[-1.1055393722462,-3.25915712204839],[1.71217380024332,1.51456200257108],[0.667583201217337,1.6834528425019]],"displaylabels":[true],"edge.lwd":[3,4,11,4,1,3,2,2,10,1,2,4,1,5,2,2,1,4,1,3,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=66-67"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[67],"end":[68],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19416583704611,0.640811118744695],[-1.56926638113772,2.19675047903367],[-1.59253119652186,1.46622567017273],[-3.75497936924174,-0.490835721016366],[1.20985433959896,-0.452299590158151],[0.707541181034828,-1.36489785751855],[-2.92052142645323,-1.94431876730296],[1.97089743638944,-3.26418552120226],[-0.997150165976612,0.874473847639983],[-1.06889473872734,2.99592704999718],[0.243016898467964,-3.54857251836506],[2.33126454331628,0.714880639671233],[-3.97704996142389,0.397002630369467],[3.310959501485,0.363339529892349],[3.97704996142389,-0.412519207415479],[-0.590085773428065,1.85878949356264],[0.677751431279145,2.75491815695],[1.99221325470898,-1.24059036808027],[1.45693304070777,2.56822490728058],[0.0623276297415636,2.25385109413403],[-1.9823491798577,3.54857251836506],[1.94812673906671,3.44775858561096],[-2.27115681419624,-2.55113955169189],[-1.09885771646726,-3.2592446012788],[1.70918447888489,1.51735413266135],[0.664507327644539,1.68482528858597]],"displaylabels":[true],"edge.lwd":[3,4,11,4,1,3,2,2,10,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=67-68"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[68],"end":[69],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23]}},"coord":[[1.19383474319509,0.643003772797359],[-1.57013332516416,2.19884776216293],[-1.59398705806159,1.46803718087619],[-3.75295243638799,-0.493384547030629],[1.20953845853603,-0.449805650239914],[0.708103621676702,-1.36235995789297],[-2.91557595078929,-1.94537315500015],[1.97384908801324,-3.25924359037135],[-0.998252205669875,0.876031446821421],[-1.0700867516495,2.99755551355255],[0.24753573859529,-3.54764124816285],[2.33093677239532,0.71803617725063],[-3.97901359345093,0.393549177106201],[3.31033660225051,0.366797104312593],[3.97901359345093,-0.406906225131417],[-0.591029790623903,1.86015557723236],[0.676528058845317,2.75710826451004],[1.99128280570241,-1.23739059452022],[1.45507363644998,2.57026419828006],[0.0609585122885772,2.25570751822064],[-1.98399229065117,3.54764124816285],[1.94528745893068,3.45085571153372],[-2.26674705906917,-2.55218313605346],[-1.09571223577274,-3.25936226108525],[1.70736660006484,1.51976331069271],[0.662998823202191,1.68646861799982]],"displaylabels":[true],"edge.lwd":[3,4,11,4,2,3,2,2,10,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=68-69"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[69],"end":[70],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24]}},"coord":[[1.29406846635066,0.532173784614784],[-1.48081315854507,2.0459560285006],[-1.43619633804917,1.33291371201517],[-3.81172384929715,-0.54801006819057],[1.3436796998489,-0.559271694828983],[0.893494357366196,-1.49855399149163],[-3.00784675257816,-1.97686217902189],[1.67632209589817,-3.4395468093451],[-0.847478867436685,0.821930723156117],[-1.13114711500552,2.85427004749871],[0.0242968389387466,-3.60422041255229],[2.41007716823071,0.736728216066168],[-4.03068304807825,0.33725980706783],[3.3860684319824,0.422053177697225],[4.03068304807825,-0.373860514932733],[-0.475733357592923,1.83540914813294],[1.31197352611869,2.41356920777721],[2.14663254368064,-1.32154735678781],[0.223676445103123,2.558988262531],[0.35289227739949,2.02435159658845],[-2.11406707658647,3.29788245090368],[0.415828107040072,3.60422041255229],[-2.36432863203299,-2.58636983366857],[-1.24222133250735,-3.28323791242777],[1.82788897673577,1.57764806818345],[0.710193602494713,1.49939931164141]],"displaylabels":[true],"edge.lwd":[3,4,11,4,2,3,2,2,10,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=69-70"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[70],"end":[71],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24]}},"coord":[[1.29168667004957,0.533694180764263],[-1.48621523478408,2.04325313363946],[-1.43990122280104,1.33065320912926],[-3.80870051255496,-0.561272131289971],[1.34247338858567,-0.557649243520714],[0.89352510215017,-1.49648410032956],[-3.00452212227737,-1.98530689252658],[1.68690373222192,-3.43590666105108],[-0.851480608236816,0.821158422197676],[-1.13708476349861,2.85220622350797],[0.0347436629499374,-3.60402347274911],[2.40773115440647,0.739735341349093],[-4.0302499756269,0.323101329179538],[3.38418474135734,0.428075315091429],[4.0302499756269,-0.365249510104536],[-0.47930572575733,1.83441757216349],[1.30779691777959,2.415699646291],[2.14669397485269,-1.31844656943444],[0.219009658881099,2.55963969918288],[0.347777292672302,2.02436591444206],[-2.12157387511784,3.29328977472645],[0.409301102627875,3.60402347274911],[-2.3602512777148,-2.59335626734041],[-1.23132000970957,-3.28885812916942],[1.82555585106456,1.58092700530034],[0.708219591355236,1.50089082538138]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,10,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=70-71"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[71],"end":[72],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24]}},"coord":[[1.2926385659354,0.533503400680431],[-1.48616934807279,2.04180636744452],[-1.43983196652302,1.33008668688404],[-3.8104791415945,-0.558984079447329],[1.34478981028165,-0.558047335308981],[0.893176606622481,-1.49659083563961],[-3.00452082217144,-1.98243482358776],[1.68428681840463,-3.43826569608999],[-0.84885859758323,0.819785933726742],[-1.13694050902613,2.85103607771345],[0.0308907477761426,-3.60393166062421],[2.40900819021062,0.740405493902428],[-4.03117792480148,0.325069650835733],[3.38544903471159,0.428695980329602],[4.03117792480148,-0.367074933603921],[-0.479183793799932,1.83375174285228],[1.30803704214625,2.41489483026165],[2.14858420568856,-1.31920597308462],[0.219815598288068,2.55925289497501],[0.348496204664315,2.02346327493337],[-2.12068786107119,3.29266868463447],[0.409286392289048,3.60393166062421],[-2.36027121768373,-2.5903941611323],[-1.23260401060691,-3.2880598534735],[1.82540621252723,1.57985474822332],[0.708055899607966,1.49980699914808]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,10,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=71-72"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[72],"end":[73],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]}},"coord":[[1.30770141931874,0.517513999100158],[-1.44394588508966,1.63670109239512],[-1.05614290201713,1.040126517546],[-3.78641573382498,-0.555899375588903],[1.31911001884642,-0.575380792198594],[0.83787185716515,-1.49657803146811],[-3.02085657807889,-1.92443183182065],[1.60624836189455,-3.44941648770205],[-0.494683963851831,3.14059483011255],[-1.42822157706837,2.58421824188921],[-0.0443201601358116,-3.58283154436792],[2.42467076269491,0.721686370587132],[-4.01590713270327,0.323283772736031],[3.39165595097709,0.379522888333766],[4.01590713270327,-0.433867064999604],[-0.45452593948548,1.9919011415939],[1.22971185265195,2.2650867322216],[2.10378147689199,-1.35584967773503],[0.36275368879309,2.52353146667387],[0.156217770926731,1.48247097317811],[-2.43614718150327,2.89838607758816],[0.375072608117121,3.58283154436792],[-2.38501977210531,-2.53832645174654],[-1.29643419893029,-3.24701872394501],[1.88633556444923,1.60639076681687],[0.763527009098848,1.54250804747791]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,10,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=72-73"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[73],"end":[74],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]}},"coord":[[1.30943149712171,0.511736567316618],[-1.43493095863377,1.64564599328307],[-1.04985398251256,1.04810062379225],[-3.78955785815507,-0.53430707274801],[1.31478460330751,-0.581460591720707],[0.827955806814226,-1.49981290169384],[-3.03255520399545,-1.90470724805637],[1.59066554921082,-3.45403112586893],[-0.476096264848891,3.14632417891616],[-1.41347589273837,2.59489719937666],[-0.0653041437461512,-3.58250783697169],[2.42755223037541,0.708119675876607],[-4.01380579333387,0.345873918671832],[3.3919433704663,0.360296332720788],[4.01380579333387,-0.45335330198108],[-0.442925152289562,1.99690740193383],[1.24342925280278,2.26030083613463],[2.09597938590752,-1.36562528218375],[0.377103732219588,2.52336037968147],[0.165444274012811,1.48560700170151],[-2.4190338337552,2.91586914557316],[0.397459633521302,3.58250783697169],[-2.40161893426102,-2.52299474061376],[-1.31315398206894,-3.23653425209408],[1.89552957882207,1.59695868427157],[0.772195954466451,1.53955556906891]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,11,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=73-74"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[74],"end":[75],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]}},"coord":[[1.30516037470904,0.51648774349956],[-1.44402909256489,1.63620447499405],[-1.05676826595556,1.04049900687674],[-3.78898177584075,-0.553072840374141],[1.31510458676443,-0.576709752229333],[0.834424856280379,-1.49797590931194],[-3.02364304681939,-1.92092011810878],[1.60395788668266,-3.44980015118224],[-0.493632613973981,3.14231140636912],[-1.42757251883292,2.58535997440057],[-0.048937461766446,-3.58313601589548],[2.4225476665017,0.718818543930904],[-4.0157570097567,0.324580765379319],[3.3880678647527,0.374572004075292],[4.0157570097567,-0.434656255325095],[-0.454519718449158,1.99230951023561],[1.23147630924422,2.26488970182143],[2.10073871678927,-1.35661513522576],[0.363569113243691,2.52317797522885],[0.157363764752677,1.48569608442578],[-2.43437564791251,2.90115887845257],[0.376779654767919,3.58313601589548],[-2.39040668972888,-2.53657593516361],[-1.29984504704551,-3.24458659388263],[1.88674721456037,1.60514761398156],[0.763516997052037,1.54186455455759]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,11,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,3,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=74-75"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[75],"end":[76],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26]}},"coord":[[0.472267485877972,0.481679509464062],[-2.07878534320193,1.84300794224912],[-1.70767879596576,1.25407652695995],[-0.805345301683019,-2.69764212054163],[0.134979853693919,-0.642414767071982],[0.925077232695757,-1.35109360812384],[-3.39391576276266,-1.74798074292759],[3.84609257320597,-0.974211360587979],[-0.973544337181473,3.36478577211488],[-1.97623748635504,2.79573691546315],[1.08274784494626,-3.4534966056156],[1.66612809716026,0.686996421857026],[-1.05549866756432,-3.74483551143564],[2.75868644282431,0.88481625959275],[3.74738179679291,1.19541883253343],[-1.07110921930967,2.14749108735016],[0.745360784227829,2.39660438413573],[-0.480256811923111,-1.62762815147649],[-0.204849344528685,2.66522939139428],[-0.299418926445091,2.02967130253311],[-2.97494766747457,3.07431551290138],[-0.0333857204842776,3.74483551143564],[-3.84609257320597,-0.956084810137174],[2.75626028370371,-2.46978630883062],[1.19080274628707,1.60799758062397],[0.0559572209210559,1.54869233957521]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,11,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,3,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=75-76"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[76],"end":[77],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27]}},"coord":[[1.12221948493755,0.337646563407101],[-1.63180000931035,1.83875361554889],[-1.3652006873778,1.18762772955546],[0.837663178280393,-1.89917962794309],[1.61648538372351,-0.55227193441147],[2.36215817596274,-1.34583500423061],[-3.5840992750956,-1.12963318891609],[-0.778415455621733,-3.55139813274671],[-0.483072598437522,3.19455180690137],[-1.47493837319438,2.75932232499895],[-2.04052826623989,-2.89073059755896],[2.24911520046029,0.704666647768533],[1.17131024475069,-2.94265952397056],[3.29836128438674,0.637172772221152],[4.12777297969542,0.0636139522052757],[-0.585082273024624,2.02021798764115],[1.00618420413256,2.08827771796938],[0.79469298450047,-0.768961980672872],[0.276345364040413,2.45612361272045],[-0.0930001725240501,1.38310008320723],[-2.43207572090867,3.246861464749],[0.424816800106244,3.55139813274671],[-3.0878859771573,-1.87732512397576],[-4.12777297969542,0.461428731734108],[1.71559329080624,1.61335203020532],[0.568502163485193,1.39298880876955]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,11,1,3,4,1,5,2,2,1,4,1,3,2,1,1,1,3,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=76-77"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[77],"end":[78],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27]}},"coord":[[1.17773266521814,0.375020356980583],[-1.60991801591654,2.20878886271961],[-1.58330095143399,1.51801726781725],[1.10069070588005,-1.90929848541427],[1.78991557700632,-0.454841667618663],[2.59803237910042,-1.17114380877884],[-3.57411619481413,-1.16513349562605],[-0.664008292281137,-3.54434140258176],[-0.215422558036003,3.21251799188813],[-1.2710824338768,3.01865326169317],[-1.95783147084849,-2.93590741536086],[2.19582999916339,0.910632483907781],[1.43371263577995,-2.93377726150905],[3.23206053239943,1.01177629609481],[4.13362739015637,0.576811832643935],[-0.544462505572942,2.11298517173063],[-0.277163888823704,0.449185456786747],[1.00577999762127,-0.789576341181831],[0.401341252023329,2.32474675992035],[-0.484002273519025,1.21782342388291],[-2.22264421456702,3.54434140258176],[0.72717946483794,3.37334381584788],[-3.06780376644103,-1.91240492651057],[-4.13362739015637,0.476939709308388],[1.46891635806279,1.67092549047111],[0.409983078210361,1.31125221258656]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,11,1,3,5,1,5,2,2,1,4,1,3,2,1,1,1,3,1,1,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=77-78"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[78],"end":[79],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28]}},"coord":[[0.942167659119934,0.471674340011268],[-1.79575074192124,2.48720102278791],[-1.82213760058011,1.8017101417437],[0.841535844271775,-1.90189766709332],[1.5633754307717,-0.324077423385945],[2.54442566648371,-0.809117345635679],[0.330825471395905,-2.88633612780368],[-4.03880061097258,-0.0550118291967805],[-0.333755353658751,3.41921212318715],[-1.39301021670965,3.28283926488465],[-3.43218957072422,-1.39633659780926],[1.9920328224789,1.03552690960862],[1.71991276183168,-2.62411054657107],[3.045787042408,1.27529266758236],[4.03880061097258,1.36790067381619],[-0.726967662943724,2.32020704147801],[-0.556589303771155,0.646947501784078],[0.784854936018726,-0.737099491617232],[0.229520569036275,2.48475876373905],[-0.71566967286805,1.42351283939196],[-2.26635923529593,3.94228911821737],[0.612871812384266,3.55300935057295],[0.179111199967788,-3.94228911821737],[-2.54579124599732,-2.43054213465002],[1.2611589313198,1.80897989658065],[0.193000451866614,1.4506882801816]],"displaylabels":[true],"edge.lwd":[3,4,11,4,3,3,2,2,11,1,3,5,1,5,2,2,1,4,1,3,2,1,1,1,3,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=78-79"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[79],"end":[80],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28]}},"coord":[[0.942339236520295,0.47191339313482],[-1.79754995500671,2.4869390251508],[-1.8215903979989,1.80118743860005],[0.842232715445745,-1.90219920607752],[1.56382332100961,-0.32364650132857],[2.54405528723185,-0.809359002350376],[0.331226234655166,-2.88816100472603],[-4.03888179263538,-0.052775150523706],[-0.333014120329017,3.41955842726201],[-1.39267700657384,3.28330678895656],[-3.43017727258554,-1.3949575667375],[1.9930788241715,1.03518466160079],[1.71901849568912,-2.62352469340837],[3.04719291211294,1.27299041664446],[4.03888179263538,1.36757559343237],[-0.727216542503693,2.31989850779646],[-0.555632156112106,0.646897497154516],[0.785815318840266,-0.736635278856034],[0.229074539636894,2.48505563679089],[-0.715396796453333,1.42338745627541],[-2.26583610189599,3.94263465672542],[0.614406380255174,3.55303543924777],[0.179209453742367,-3.94263465672542],[-2.54631359559412,-2.43166103930419],[1.26182367099044,1.80902363123871],[0.192950180312097,1.45162941530265]],"displaylabels":[true],"edge.lwd":[3,4,11,5,3,3,2,2,11,1,3,5,1,5,2,2,1,4,1,3,2,1,1,1,3,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=79-80"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[80],"end":[81],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28]}},"coord":[[0.942254381165629,0.468227606955757],[-1.79272802063947,2.48875080556094],[-1.81761326392764,1.80267146068144],[0.837563266903844,-1.90516853951475],[1.56301956289496,-0.328348743381002],[2.54093262395224,-0.817170274057549],[0.325388413696354,-2.89007666105594],[-4.0415269927749,-0.0444839920075522],[-0.326642259014192,3.41967969776016],[-1.38655993235509,3.28383514454445],[-3.43427359020145,-1.39007468747178],[1.99460735988817,1.03008554183084],[1.7131380675606,-2.62999563319023],[3.04868199443229,1.26680849976859],[4.0415269927749,1.35256803313326],[-0.723066906977139,2.32041023787888],[-0.554638158388653,0.646771491892291],[0.783963586358426,-0.740019719578254],[0.233973501725851,2.48335849364402],[-0.712390753395654,1.42329314363103],[-2.25860988642046,3.94439871415269],[0.62109460366271,3.55067278383352],[0.169778320261825,-3.94439871415269],[-2.55307355360745,-2.42687626200607],[1.26539000525035,1.80517654957],[0.195946597397888,1.44970180958304]],"displaylabels":[true],"edge.lwd":[3,4,11,5,4,3,2,2,11,1,3,5,1,5,2,2,1,4,1,3,2,1,1,1,3,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=80-81"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[81],"end":[82],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28]}},"coord":[[0.942535803537495,0.473012021834862],[-1.79703576889476,2.48665102078834],[-1.82021578470643,1.8012607602888],[0.842779623890299,-1.90189589538732],[1.56336635101167,-0.323389982006817],[2.54394556419205,-0.809168798880783],[0.33085163951412,-2.88671061810988],[-4.03884738342269,-0.0528610540081278],[-0.33378162527479,3.42139273174587],[-1.39360567383434,3.28391366500243],[-3.42844413389709,-1.39310275496739],[1.99340539251445,1.03590523111156],[1.71998692000533,-2.62291307175331],[3.04660811767743,1.27663265714853],[4.03884738342269,1.3698360861822],[-0.726752592224842,2.3212195302844],[-0.555322586026066,0.648890246795028],[0.785968005823016,-0.735862437002616],[0.229653879179599,2.48615067915958],[-0.714350269347797,1.42499662287918],[-2.26719382791619,3.94266122312192],[0.613429864345945,3.55478668265447],[0.182264047846122,-3.94266122312192],[-2.54415972184001,-2.4308077005281],[1.26242188249383,1.80984932395583],[0.193874152879567,1.45329493706077]],"displaylabels":[true],"edge.lwd":[3,4,11,5,4,3,2,2,11,1,3,5,1,5,2,2,2,4,1,3,2,1,1,1,3,1,1,1,2],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=81-82"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[82],"end":[83],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28],"30":[29]}},"coord":[[0.866499741110363,0.39339935644067],[-1.91574403139518,2.40021295226125],[-1.942630046447,1.71637809137109],[0.443020037379308,-1.96902931974789],[1.5151826499711,-0.451944865021552],[2.13340675903605,-1.34550533891653],[-0.209243962579578,-2.88124561120739],[-3.95127844441435,-0.518546484819976],[-0.446280299726474,3.35068090976675],[-1.49629589338714,3.20621087063961],[2.64374112731399,-0.571888387213674],[1.90098126543862,1.03154665778403],[1.18040466486319,-2.85809433756988],[2.96356931678525,1.39749983798231],[3.95127844441435,1.68450964917947],[-0.837099914727816,2.23972710295156],[-0.68127367758564,0.580148612136424],[0.635117254655065,-0.791227961855524],[0.115790626054449,2.41292486188179],[-0.821762729156648,1.35084823639017],[-2.32013061984589,3.92522652188721],[0.497782760347008,3.504580991665],[-0.474973268090192,-3.92522652188721],[-3.19438971472373,-1.88031552095951],[1.14575198233123,1.77772113895784],[0.0918510510068535,1.36840937042756]],"displaylabels":[true],"edge.lwd":[3,4,11,5,4,3,2,2,11,1,3,5,1,5,2,2,2,4,1,3,2,1,1,1,3,1,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=82-83"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[83],"end":[84],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28],"30":[29]}},"coord":[[0.868139167455127,0.387481944707371],[-1.90968252363771,2.4021153089785],[-1.93806024009985,1.71817399345708],[0.43687192213625,-1.97317843490933],[1.51387650411027,-0.459619122186967],[2.13034557873191,-1.35570884488772],[-0.217414655794053,-2.88389132028155],[-3.9555030440252,-0.508910664117003],[-0.436819095593641,3.34931078666034],[-1.48740668817856,3.20646604975328],[2.64127510852865,-0.582771528064052],[1.90433819472692,1.02353015267283],[1.17085481106671,-2.86439216550258],[2.96744306617643,1.38424109596236],[3.9555030440252,1.67183777778601],[-0.831343233200252,2.23799108257297],[-0.679948194748313,0.578158055085479],[0.63319023389607,-0.796832506629057],[0.121210015527855,2.40908920180055],[-0.818135663873989,1.34917754186753],[-2.30997069121102,3.92669828376636],[0.507174953910955,3.49995895983887],[-0.487553513852872,-3.92669828376636],[-3.20168296563977,-1.87498759394203],[1.14980890583061,1.77084012729402],[0.0950628142044465,1.36514730495117]],"displaylabels":[true],"edge.lwd":[3,4,11,5,4,3,2,2,12,1,3,5,1,5,2,2,2,4,1,3,2,1,1,1,3,1,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=83-84"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}},{"start":[84],"end":[85],"data":{"active":{"nodes":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25]},"edges":{"1":[0],"2":[1],"3":[2],"4":[3],"5":[4],"6":[5],"7":[6],"8":[7],"9":[8],"10":[9],"11":[10],"12":[11],"13":[12],"14":[13],"15":[14],"16":[15],"17":[16],"18":[17],"19":[18],"20":[19],"21":[20],"22":[21],"23":[22],"24":[23],"25":[24],"26":[25],"27":[26],"28":[27],"29":[28],"30":[29]}},"coord":[[0.867966490923954,0.393853542969646],[-1.91578120483928,2.39908923000919],[-1.94262405872392,1.71517834915542],[0.445390222407303,-1.96812088004175],[1.51701556398712,-0.451319415233271],[2.13712610237605,-1.34467084914214],[-0.204393913786285,-2.88217310566468],[-3.9517941849825,-0.517056345660806],[-0.446724011307377,3.35093800882314],[-1.49789845718212,3.20581045589676],[2.64486584359875,-0.56967677204361],[1.90160792048436,1.03382446614383],[1.18270684064973,-2.85644387119383],[2.96410532277391,1.4008415672809],[3.9517941849825,1.68935108090204],[-0.836753796499179,2.23911255007534],[-0.680564983768456,0.57947672523991],[0.637738506830205,-0.79116525792239],[0.115703005640715,2.41339229065971],[-0.821524898537849,1.35039081483591],[-2.32025294985437,3.92519560929405],[0.49710520700724,3.50445758196553],[-0.471788181151927,-3.92519560929405],[-3.19555093100659,-1.88040263673512],[1.14550873230831,1.77958706845286],[0.0919941904313024,1.36849971899305]],"displaylabels":[true],"edge.lwd":[3,4,11,5,5,3,2,2,12,1,3,5,1,5,2,2,2,4,1,3,2,1,1,1,3,1,1,1,2,1],"bg":["rgba(255,255,255,1)"],"label":["AG","AI","AR","BE","BL","BS","FR","GE","GL","GR","JU","LU","NE","NW","OW","SG","SH","SO","SZ","TG","TI","UR","VD","VS","ZG","ZH"],"xlab":["t=84-85"],"jitter":[false],"usearrows":[false],"xlim":[-4.13362739015637,4.13362739015637],"ylim":[-3.94439871415269,3.94439871415269]}}],"network":{"mel":[{"inl":[26],"outl":[19],"atl":{"na":[false],"active":[[0,85]],"weight.active":[[[1],[2],[3]],[[0,1],[1,3],[3,85]]]}},{"inl":[26],"outl":[17],"atl":{"na":[false],"active":[[2,85]],"weight.active":[[[1],[2],[3],[4]],[[2,17],[17,64],[64,66],[66,85]]]}},{"inl":[20],"outl":[16],"atl":{"na":[false],"active":[[4,85]],"weight.active":[[[1],[3],[4],[5],[6],[7],[8],[9],[10],[11]],[[4,20],[20,24],[24,25],[25,26],[26,32],[32,34],[34,47],[47,55],[55,58],[58,85]]]}},{"inl":[12],"outl":[1],"atl":{"na":[false],"active":[[5,85]],"weight.active":[[[1],[2],[3],[4],[5]],[[5,6],[6,50],[50,54],[54,79],[79,85]]]}},{"inl":[23],"outl":[7],"atl":{"na":[false],"active":[[7,85]],"weight.active":[[[1],[2],[3],[4],[5]],[[7,68],[68,70],[70,80],[80,84],[84,85]]]}},{"inl":[16],"outl":[10],"atl":{"na":[false],"active":[[8,85]],"weight.active":[[[1],[2],[3]],[[8,9],[9,49],[49,85]]]}},{"inl":[26],"outl":[16],"atl":{"na":[false],"active":[[10,85]],"weight.active":[[[1],[2]],[[10,60],[60,85]]]}},{"inl":[26],"outl":[25],"atl":{"na":[false],"active":[[11,85]],"weight.active":[[[1],[2]],[[11,14],[14,85]]]}},{"inl":[6],"outl":[5],"atl":{"na":[false],"active":[[12,85]],"weight.active":[[[1],[2],[3],[4],[6],[7],[9],[10],[11],[12]],[[12,13],[13,19],[19,30],[30,33],[33,35],[35,40],[40,61],[61,73],[73,83],[83,85]]]}},{"inl":[25],"outl":[12],"atl":{"na":[false],"active":[[15,85]],"weight.active":[[[1]],[[15,85]]]}},{"inl":[15],"outl":[14],"atl":{"na":[false],"active":[[16,85]],"weight.active":[[[1],[2],[3]],[[16,48],[48,67],[67,85]]]}},{"inl":[18],"outl":[5],"atl":{"na":[false],"active":[[18,85]],"weight.active":[[[1],[2],[3],[4],[5]],[[18,37],[37,46],[46,57],[57,77],[77,85]]]}},{"inl":[14],"outl":[12],"atl":{"na":[false],"active":[[21,85]],"weight.active":[[[1]],[[21,85]]]}},{"inl":[16],"outl":[3],"atl":{"na":[false],"active":[[22,85]],"weight.active":[[[1],[2],[3],[4],[5]],[[22,36],[36,39],[39,44],[44,51],[51,85]]]}},{"inl":[20],"outl":[17],"atl":{"na":[false],"active":[[23,85]],"weight.active":[[[2]],[[23,85]]]}},{"inl":[5],"outl":[1],"atl":{"na":[false],"active":[[27,85]],"weight.active":[[[1],[2]],[[27,52],[52,85]]]}},{"inl":[26],"outl":[1],"atl":{"na":[false],"active":[[28,85]],"weight.active":[[[1],[2]],[[28,81],[81,85]]]}},{"inl":[26],"outl":[20],"atl":{"na":[false],"active":[[29,85]],"weight.active":[[[1],[2],[3],[4]],[[29,31],[31,38],[38,63],[63,85]]]}},{"inl":[3],"outl":[2],"atl":{"na":[false],"active":[[41,85]],"weight.active":[[[1]],[[41,85]]]}},{"inl":[16],"outl":[9],"atl":{"na":[false],"active":[[42,85]],"weight.active":[[[1],[2],[3]],[[42,43],[43,65],[65,85]]]}},{"inl":[16],"outl":[2],"atl":{"na":[false],"active":[[45,85]],"weight.active":[[[1],[2]],[[45,62],[62,85]]]}},{"inl":[21],"outl":[10],"atl":{"na":[false],"active":[[53,85]],"weight.active":[[[1]],[[53,85]]]}},{"inl":[22],"outl":[19],"atl":{"na":[false],"active":[[56,85]],"weight.active":[[[1]],[[56,85]]]}},{"inl":[13],"outl":[4],"atl":{"na":[false],"active":[[59,85]],"weight.active":[[[1]],[[59,85]]]}},{"inl":[19],"outl":[16],"atl":{"na":[false],"active":[[69,85]],"weight.active":[[[1],[2],[3]],[[69,71],[71,74],[74,85]]]}},{"inl":[22],"outl":[9],"atl":{"na":[false],"active":[[72,85]],"weight.active":[[[1]],[[72,85]]]}},{"inl":[18],"outl":[4],"atl":{"na":[false],"active":[[75,85]],"weight.active":[[[1]],[[75,85]]]}},{"inl":[18],"outl":[1],"atl":{"na":[false],"active":[[76,85]],"weight.active":[[[1]],[[76,85]]]}},{"inl":[7],"outl":[4],"atl":{"na":[false],"active":[[78,85]],"weight.active":[[[2]],[[78,85]]]}},{"inl":[11],"outl":[5],"atl":{"na":[false],"active":[[82,85]],"weight.active":[[[1]],[[82,85]]]}}],"gal":{"n":[26],"mnext":[31],"directed":[false],"hyper":[false],"loops":[false],"multiple":[false],"bipartite":[false],"net.obs.period":{"observations":[[0,85]],"mode":["discrete"],"time.increment":[1],"time.unit":["step"]},"slice.par":{"start":[0],"end":[85],"interval":[1],"aggregate.dur":[1],"rule":["latest"]}},"val":[{"na":[false],"vertex.names":["AG"],"active":[[0,85]]},{"na":[false],"vertex.names":["AI"],"active":[[0,85]]},{"na":[false],"vertex.names":["AR"],"active":[[0,85]]},{"na":[false],"vertex.names":["BE"],"active":[[0,85]]},{"na":[false],"vertex.names":["BL"],"active":[[0,85]]},{"na":[false],"vertex.names":["BS"],"active":[[0,85]]},{"na":[false],"vertex.names":["FR"],"active":[[0,85]]},{"na":[false],"vertex.names":["GE"],"active":[[0,85]]},{"na":[false],"vertex.names":["GL"],"active":[[0,85]]},{"na":[false],"vertex.names":["GR"],"active":[[0,85]]},{"na":[false],"vertex.names":["JU"],"active":[[0,85]]},{"na":[false],"vertex.names":["LU"],"active":[[0,85]]},{"na":[false],"vertex.names":["NE"],"active":[[0,85]]},{"na":[false],"vertex.names":["NW"],"active":[[0,85]]},{"na":[false],"vertex.names":["OW"],"active":[[0,85]]},{"na":[false],"vertex.names":["SG"],"active":[[0,85]]},{"na":[false],"vertex.names":["SH"],"active":[[0,85]]},{"na":[false],"vertex.names":["SO"],"active":[[0,85]]},{"na":[false],"vertex.names":["SZ"],"active":[[0,85]]},{"na":[false],"vertex.names":["TG"],"active":[[0,85]]},{"na":[false],"vertex.names":["TI"],"active":[[0,85]]},{"na":[false],"vertex.names":["UR"],"active":[[0,85]]},{"na":[false],"vertex.names":["VD"],"active":[[0,85]]},{"na":[false],"vertex.names":["VS"],"active":[[0,85]]},{"na":[false],"vertex.names":["ZG"],"active":[[0,85]]},{"na":[false],"vertex.names":["ZH"],"active":[[0,85]]}],"iel":[[],[],[19],[],[16],[9],[29],[],[],[],[30],[4],[24],[13],[11],[20,21,14,6],[],[12,27,28],[25],[3,15],[22],[23,26],[5],[],[10],[1,2,7,8,17,18]],"oel":[[28,17,16,4],[21,19],[14],[29,27,24],[30,12,9],[],[5],[],[26,20],[22,6],[],[13,10],[],[11],[],[3,25,7],[15,2],[],[23,1],[18],[],[],[],[],[8],[]]}},"animationOptions":{"ndtv.version":"0.13.2,2021-10-27"}},"evals":[],"jsHooks":[]}</script>
<p><img src="index_files/figure-html/pressure-2.png" width="672" /><img src="index_files/figure-html/pressure-3.png" width="672" /></p>
</div>
</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>