-
Notifications
You must be signed in to change notification settings - Fork 0
/
PCA-3D.html
350 lines (285 loc) · 38.1 KB
/
PCA-3D.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Amino Acids 3D PCA</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/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>
<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.1/htmlwidgets.js"></script>
<script src="site_libs/plotly-binding-4.9.0.9000/plotly.js"></script>
<script src="site_libs/typedarray-0.1/typedarray.min.js"></script>
<link href="site_libs/crosstalk-1.0.0/css/crosstalk.css" rel="stylesheet" />
<script src="site_libs/crosstalk-1.0.0/js/crosstalk.min.js"></script>
<link href="site_libs/plotly-htmlwidgets-css-1.49.4/plotly-htmlwidgets.css" rel="stylesheet" />
<script src="site_libs/plotly-main-1.49.4/plotly-latest.min.js"></script>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
}
.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">African indigenous vegetables amino acids</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">3D PCA plot</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">Amino Acids 3D PCA</h1>
</div>
<div id="htmlwidget-121988ecd9ad7047f216" style="width:1056px;height:1056px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-121988ecd9ad7047f216">{"x":{"visdat":{"b32c640f8502":["function () ","plotlyVisDat"]},"cur_data":"b32c640f8502","attrs":{"b32c640f8502":{"x":{},"y":{},"z":{},"color":{},"colors":["Black","Steelblue","Firebrick","Darkgreen"],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter3d","mode":"markers","inherit":true}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"scene":{"xaxis":{"title":"Standardized PC1, 41 % contribution","range":[-6,5]},"yaxis":{"title":"Standardized PC2, 17 % contribution","range":[-5,5]},"zaxis":{"title":"Standardized PC3, 10 % contribution","range":[-4,4]}},"hovermode":"closest","showlegend":true},"source":"A","config":{"showSendToCloud":false},"data":[{"x":[0.614036871425364,2.60715927545431,3.26924450032501,6.88924587549462,7.38689095160728,7.8175029637563,5.15227024633732,8.78330043698135,4.84113316122726,11.2254766201752,3.01128222066086,1.31529249810383,2.7397534932851,1.74249282383886,1.24503610751597,7.24296703064973,0.381248217289149,3.81790817845055,3.97683379894884,2.14710615577736,1.82040771310035,1.27740117436592,-1.03544343513388,3.70406358938407,0.81120173977587,1.89541057412788,4.60392982773955,0.781487832751983,5.08181658110018,1.88077512215114,2.49553257683935,1.22645503131832,4.92980870163301,4.42930893197985,-1.60206224138058,1.54634872661633,3.52763929739118,-1.21997202629543,-1.28495410590806,2.58582916551734,-0.226585262936625,2.11839454206666,2.95620814534873,2.72847880301242,3.19588594545624,4.14896864913688,5.20598792745114,3.7008038603946,6.12233937361265,1.337433942141,4.20298822262789,3.81287478955772,6.20681826970645,5.79878531630836,6.33098398848145,4.74975707081511,2.86850954462785,1.91249498885688,2.64371504168646,3.44258491996813,5.81528729797688,3.85355389719073,1.29748421016934,3.33552480449468,3.83467931720531,5.44029471188673,4.10750166928992,3.31282908495242,6.39807409728289,4.66849740526321,3.26617756269813,5.4542769997522,1.73067641044054,3.63753119245723,3.65196740917751,3.93394403587553,6.09215600672629,1.48661073393264,2.49789821737099,1.6294683205354,1.6832138703747,-2.41502548508438,5.5599126136496,4.91084915847537,18.0775532579978,4.89758605801013,-5.44549383965436,1.13176539870996,6.70748627130238,4.66218347363414],"y":[0.173524867284734,0.423469807912705,0.680221466818364,2.15989567047979,2.53235814945314,1.59170976987091,-0.0727819498537495,1.67241474784498,0.911094813777611,2.70438647029918,0.31849018787102,-0.485530534544281,0.328613239551501,-0.386695425703904,-0.0134004831857866,1.53338373090185,-0.476746393917216,-0.228126535498064,-0.0792071671975237,0.0938674594734987,0.0918055887357297,-0.0675864550804307,0.310656406483723,0.286163724878464,-0.0968934102215043,-0.304763143133665,0.166028529243394,0.0357141958666492,1.33722637045064,-0.350472551120394,0.421320800013479,0.847156581654567,0.560358534718183,1.41701217807237,-0.129022867033523,0.00580617812175108,0.156316212766821,-0.593478969976032,-0.0702471805304075,0.790893889651759,-0.627138308122928,-0.0568313807524068,-0.0900175422899168,-0.462139545999144,0.10181195608439,1.01815181319203,0.685303754724781,0.815978739781465,0.895389401962676,0.696356225055379,1.44845542043481,0.919797131156313,1.09401423715988,0.556191450527621,-1.0920557048979,1.78667476693165,0.983096699064258,0.479986087292982,1.72716540412249,0.511415576015166,0.334090374871233,0.513816979646748,-0.76740489825224,-0.797494097652299,-0.971385786341639,-1.04453103153053,-0.96891829213967,-1.18049833389293,-1.95757186368502,-1.19018674050509,-0.665175430580004,-1.01316552386519,-1.06432882424432,-0.821274416268097,-1.31168508194611,-0.453575167033472,-1.13835908743214,-0.759146349269266,-0.704113005814966,-0.50635152111326,-1.03899641085328,-0.178474418972994,0.214991492744264,-0.727205551839338,-1.65054668132492,-0.938818594734624,0.481977083466807,-0.56438411980509,-1.07048970833626,-0.694938360766858],"z":[1.49162955033151,1.33331604720728,2.6706341785161,3.66354985342523,4.05968956147595,3.40406116407392,1.85530704463991,3.04672413242176,2.06918422679361,5.42486038552199,2.43135968500734,1.38522302884799,1.99406009786798,1.51205789262094,1.8460346573148,3.5818889503696,1.34775338488363,1.78700828975056,2.02695063542256,1.84036893128018,0.991184316407969,1.37747097715014,1.39703302687212,2.19479243937866,1.50951099387992,1.55053556030257,2.17763064488573,1.58496941860711,1.74824916229652,1.18380471228279,1.47177860921587,1.61131867778469,1.1392011549583,1.94723368892406,1.16067289592394,1.21383881138135,1.44356115867209,0.623355667358357,0.838768321186545,1.12138600298192,0.784392251221026,1.08421920037174,0.773841588286786,0.754528340212304,1.37246930269225,1.54752995659626,1.4892811868895,1.61168669242747,1.65404922361844,1.20292623617824,1.27597151025271,1.50126146625176,1.39184459441698,1.5297308806991,-0.444170696069684,1.51369039703958,1.89704522305319,1.49193286626831,2.23893272033439,1.78908398575637,1.1011133215859,1.53896066846144,0.492064928918688,0.231907576001284,-0.222595276471138,0.17425669713969,0.65251133979986,-0.172909362618525,-0.348001897717686,0.194881609266788,0.186882280074276,0.642047820753842,-0.0516295486825032,0.36420003100397,-0.0633443623051966,0.736726282675411,-0.0816268100620655,-0.0144964465351702,0.316985421052922,0.623201653745656,0.0210242715779784,-0.558955898874348,0.312279764066547,0.361650688458647,0.45633770179315,-0.015512795039864,0.326420840390395,0.438867511246031,0.838083899410921,0.224151375488133],"type":"scatter3d","mode":"markers","name":"Mustard","marker":{"color":"rgba(70,130,180,1)","line":{"color":"rgba(70,130,180,1)"}},"textfont":{"color":"rgba(70,130,180,1)"},"error_y":{"color":"rgba(70,130,180,1)"},"error_x":{"color":"rgba(70,130,180,1)"},"line":{"color":"rgba(70,130,180,1)"},"frame":null},{"x":[3.99884746344452,-0.136111760986282,3.09232419062061,0.555647512514801,0.710769617083658,2.14548520770635,-1.89115830815517,0.61901061416351,2.66826110766198,0.996277576820475,0.300032996085597,2.58866712014837,2.73733514905219,2.19822288108177,1.00067050797134,-3.00707180615741,-4.0947839561529,-3.13408244035851,-3.53274553949464,-3.38389047250908,0.986938656292677,0.361892180643832,1.0135158115891,0.528223920369532,0.199657873157109,4.59559296244733,1.13835483069843,2.11767569598697,-1.1257733367887,1.89844068062234,0.481871038682895,1.30605196903746,-0.253516192845928,-0.275398942391112,1.1103735416314,-0.135138274808946,2.59990209505771,0.676183650651101,2.16574055667391,-0.33343810135333,2.72748289507822,-0.354370353400059,0.0798998776613809,2.60057272836713,-0.523223482105979,2.85577563487272,-1.37943782216277,0.811074109840185,-1.34990583206857,-1.79236533196999,-0.504914789104211,-0.476005098890742,-2.08005431564698,-1.07740025627206,1.36570552639444,5.02300633595264,0.246860259372512,-0.693557258835886,-0.713359858110458,-1.11467678636023,-2.00050395051537,-0.356719373331042,-0.563749391139739,-1.89505520663221,-2.03177464351913,1.34373741964117,-2.26095433399777,-1.15754259668964,-0.425290887905923,-1.19225269613102,-0.916303410777686,-0.342019666418529,0.00294112187409194,-0.703357310924204,-1.93007254020201,-1.68382064371912,-1.21520559480438,0.162784409755082,-1.61656834806649,-3.55533857431522,-0.7995242750012,-1.66179988478674,-0.49496231060748,0.755600180686639,-1.07625968282417,-1.3356119580682,0.403900406738144,-2.05766691333057,0.244471245102535,-0.4912828827077,-0.55925292117098,-1.05683313383612,4.34970070722337,1.62168941389013,-0.688207661081587,-1.82284949649973,0.298149224300443,-0.17190091392642,-0.125863785990561,9.53458346094511,6.47017841525998,2.20231789788737,-0.453333151123735,4.4608306140556,5.48869315716954,5.06026609224959,7.26755391363092,-2.60047002608736,-1.75283220748828,-1.20815587759802,-0.778896682789441,-2.78175867144005,-1.16214987037545,-2.12725825525717,-1.96774189691454,-3.15660736193301,-1.7131720619341,-2.07365807345607,-0.77546643157807,2.25684627467017,-2.0563012388967,-2.0201551181422,-1.61561813252209,0.270713202500189,-0.167783851128541,0.397949148971652,1.23168119941886,0.0498304861861291,0.100697047462866,0.68426239705593,-0.312584653281774,0.545945153257992,0.711741127083161,0.720332593849684,1.04285897308583,-0.395476108119623,1.00323489421769,0.909404453689426,-0.436947265976367,-0.675506956198061,-0.171253756254828,1.50038454769328,0.426355781893445,-0.795433972332589,1.94647800883804,0.335767561093723,0.488661562147574,0.291394252174194,1.2674693522988,1.24529716440696,0.288054476562039,0.275274261674893,-1.17951325801568,-1.15398042813738,0.682169753970469,-0.615761232366055,0.351780372722189,-0.112070052715534,0.944433508654751,-0.224930075438007,0.56121141447286,0.844226625346879,0.802913656911181,-1.36330667063666,1.02068728014004,1.16737833889803,-1.30039778840874,-0.898612029556006,-1.13144083559112,-1.3063168050641,0.833249991468893,-1.28742528339799],"y":[-4.67320837004737,-2.49337757353903,-4.27468757053451,-2.66683455998256,-2.93903550743174,-3.81446216320545,-1.492696742174,-2.71025422105014,-3.79788719915611,-3.15153819687687,-2.3600222953793,-3.72208098000475,-3.77704133489931,-3.95605556873709,-2.9299680247865,-0.402986224731222,0.0161733746370073,-0.425338984641024,-0.131323147249693,-0.333049000643896,-3.74600132577464,-2.97016671094979,-3.42586285689256,-3.21423226459855,-2.61343270060302,-4.93566386762323,-3.56723573608034,-3.57750606474574,-2.10472068802189,-3.29004570523991,-2.78906945979806,-2.71726107449621,-2.61232661064524,-2.61305692832631,-3.04920794972587,-2.93084821862088,-4.68111652659961,-3.32172854296653,-4.30688399031283,-2.68781842416528,-4.06442894776205,-2.74103762364179,-2.13884376302133,-2.30446146922169,-1.93036610826007,-2.35178576978363,-2.22586650320698,-2.86590471446225,-2.38651438482387,-1.96817740649225,-1.91004649590328,-1.5350333873671,-1.69801910542688,-1.67596936916367,-3.05681076321192,-2.63736637330763,-2.71474040250519,-2.72026034805412,-2.31338724346,-2.38947916677185,-0.960524637965785,-1.53984643400476,-1.12092795245892,-0.908789888680457,-1.29464588019097,-2.32787331714674,-0.838724495570283,-0.569018588165245,-1.33446453593428,-1.06242287031449,-1.5563181361872,-1.59193983543604,-1.52597147744013,-1.07374938512504,-1.56514102684078,-1.44486314029298,-1.11220714471544,-2.70770253838976,-1.46320566881544,-0.550397640985452,-1.62586552944995,-1.48220093105702,-1.29001178147419,-2.26317046564045,-1.50477693550536,-1.54401677485044,-1.67767845276005,-1.0000498950391,-1.69914495404006,-1.28794697589153,-1.3526428986059,-0.949847467078583,-2.36363018413593,-1.23160904127648,-1.54850802226024,-1.29866194561616,-1.72767792532482,-1.45622388192415,-1.86639039371243,-0.280932060342968,-0.896535018516062,-0.49650430543947,-0.0598459504171759,-0.402323285426946,-0.413767684873555,-0.924568558666792,-1.8558210960377,-1.054554526093,-1.41804018289544,-1.48996201816804,-2.25729963567855,-0.68904643001604,-1.49464551705396,-1.02056779812215,-1.29576901624862,-0.745224341998287,-0.949520941753329,-0.942647135143986,-1.56668782066731,-2.96871520153812,-0.814019582377413,-1.05150419368935,-0.907096457815853,-1.47225269049447,-1.74961170585436,0.838929436719811,0.286646906660421,-0.202597571081258,0.438919134602589,-0.230594837727516,2.01229943552766,1.46981309647238,2.11404665294783,0.911028114581518,1.18745674105546,-0.0804195242931187,-0.446584195061199,-0.134565386399222,0.540266375981944,0.400390311029224,0.262688171617309,-0.275150286692474,0.448364648311574,-0.238108824628488,-0.0973198228172109,-0.681171801951925,1.49793105689565,1.36238299217673,1.83731056316241,1.67701522542017,0.892187138528184,0.441571233124169,-0.32011165622464,0.391923750096517,-0.263287640858574,-0.413960042014825,0.277899609924504,-0.264044891576142,0.295260050038731,-0.106631543931515,-0.400921365174875,-1.04427003851067,1.31768633146841,-0.338443979165901,1.6236340438183,2.29141478396887,-0.180684146172207,-0.0770463503251583,0.126643792803083,-0.471147028761916,-0.041458718681907,0.464664444320324],"z":[-2.73806465129253,-1.72029941958354,-2.74950806427673,-1.67272275758495,-1.51706929237186,-2.18180990147526,-0.83197351967849,-1.62409823215402,-2.10776659190978,-1.53933934704939,-1.78191017584857,-2.12826320155068,-2.49760393663011,-2.02306937927879,-1.80196608097014,-0.487966055509707,0.0309093312653445,0.0173681746362494,-0.0700128549871855,-0.191567662188011,-1.1772380535888,-0.586738533545694,-0.885911223895904,-0.511788334696783,-0.527113828643324,-1.30740409519278,-0.582006508726985,-0.280427159550692,-0.141255472644579,-0.616653649817365,-0.524846518994099,-0.0570625928971616,-0.435412832570087,-0.624575055915726,-0.178045870820838,-0.808743709535794,-1.68223622495878,-1.08734977912374,-1.29133559018638,-0.362650467901997,-1.00882772991147,0.391237102123909,0.669207926782113,1.02463760503672,0.648157299995015,0.999789409497582,0.303558069901223,0.535236343606587,0.366250584868806,0.414409463234877,0.628493598230601,0.0183860992369051,0.346533625076403,0.605217586230606,0.618834420557506,1.21095792934929,0.48657576847889,0.417557108007225,0.404035338924676,0.46471218173368,1.20572490480807,1.33709933033948,2.04469136702839,1.26812193853741,1.25865694904553,2.25398112593354,1.21840353746302,1.1544549154133,1.47938430858502,0.982200216667355,0.949399419079298,1.2409201159535,0.730952148652758,0.938704294525247,1.5376847159738,0.956268768517371,0.381087411949133,2.51519489015531,0.996531536833236,0.665230409417258,1.17524633184169,1.20791662820347,1.53389907166228,1.53394763343002,1.15553559335811,0.812372009090537,1.13998562479954,0.694809770289501,0.894464885441553,1.04252834190414,1.03050462440791,0.979992323730008,1.7497380445391,1.31553524895607,0.829637692299259,0.598690029264382,0.868799594078102,0.892392360673268,0.784193556258469,0.426996286933092,-0.660998106712183,0.128103374662018,-0.330234714107487,-0.269013794311697,1.95219600097132,2.37910924321171,2.29444678365941,1.3224101368975,1.96844221888647,1.40828911134238,4.14462646148754,0.939241318442884,1.37873747398862,0.990282551858503,1.06174852619761,0.670482310850629,0.962279921904549,0.501136547546704,1.38378758619769,2.34321416512655,1.14295474424782,1.00102252483816,1.05963869555508,1.58366413389153,0.591459909260807,1.16542370946443,1.14110868419985,0.918977831842751,1.11880322451298,1.49525473363914,0.588543789207481,1.27159444169582,0.977025590014324,1.12613023766738,1.7285623260968,1.20152888346723,1.79419151905642,1.60724209937712,0.785976513138606,1.24642463897747,1.28296529233231,1.78099844625091,1.26858791093449,0.73433523198381,0.865840414132545,1.13658954862568,1.60286663540533,1.43699289434341,1.43050675520529,0.590209216480943,1.82438980541429,1.26025330693573,1.29888043738013,1.32911075225099,1.5753695247122,1.3163895441291,1.30841155349444,1.33531161076872,1.65947303902774,1.39808981186811,1.13510543788496,1.01061036126689,1.78041110670424,0.826176181725982,1.7522113021192,0.670271408187779,1.28017257879648,1.36338050337492,1.30333262559406,1.20426837806858,1.90520008818524,1.05204802331706],"type":"scatter3d","mode":"markers","name":"Spider plant","marker":{"color":"rgba(0,100,0,1)","line":{"color":"rgba(0,100,0,1)"}},"textfont":{"color":"rgba(0,100,0,1)"},"error_y":{"color":"rgba(0,100,0,1)"},"error_x":{"color":"rgba(0,100,0,1)"},"line":{"color":"rgba(0,100,0,1)"},"frame":null},{"x":[-1.27525749890166,-1.47260487208653,-2.09097963786879,-1.93661182567297,-1.64319550178853,-1.81979883182236,-2.28050157172488,-1.64604529005836,-2.30863128189783,-2.10942330383572,-2.02294462593102,-1.22475174807714,-2.34866388234053,-2.13118440094425,-2.29296148408956,-2.1720722129134,-2.00907813243292,-1.97844767969471,-2.18579159431139,-2.88237950472867,-1.84903208228127,-2.12500702275568,-1.76777955027799,-2.37035852640712,-2.06963988174782,-2.22062378565454,-2.42753600409245,-2.32724937822824,-2.72077641060876,-3.27097135653318,-2.67441532089232,-3.05372183611913,-2.30097988012665,-2.43624508974714,-2.93540995285057,-0.998401151779328,-2.66433995716981,-1.00925346125521,-2.10745944704653,-2.68361347871973,-2.85596315738752,-3.31503902258387,-2.10767717697794,-3.95813895514754,-2.86050817603749,-3.60678852984424,-4.05256864919354,-2.94628791138418,-3.79118277575815,-3.76988926832514,-2.5543971790169,-3.42415905935272,-2.91916937621457,-2.95114700610446,-2.67833320673077,-3.15408103284764,-2.13444832034057,-2.81722082152117,-3.51584625005175,-3.38548481781129,-2.82697193885684,-2.60405219321264,-2.14926036318798,-2.52706117754808,-2.21246117884705,-2.94672776802482,-4.08121645739098,-3.60213386173002,-3.74956560240651,-2.61626793340137,-4.18310326189272,-4.08879132486945,-3.75732794122884,-3.54413855150203,-3.40104794780643,-4.12017793587869,-3.38670376845122,-3.74125601034831,-4.25125864376136,-4.04276606594386,-4.22349363727987,-2.6113880098117,-3.28894288408084,-3.58155579592149,-3.59038353588728,-4.02085993308075,-4.61327415935499,-4.60216911465554,-4.71223307181713,-4.54881864362363,-4.70809820835332,-4.46154007700119,-4.67928832142483,-4.6172463225067,-4.67185681187293,-4.47225753114979,-4.64929597199992,-4.50401278085309,-4.50487132548963,-4.74621520112112,-3.52587926833545,-4.2216186716826,-4.84876495348298,-4.18553709577914,-5.06964128026343,-4.95724944455448,-4.13837642230607,-1.92242727345127,-2.64452738019758,-1.48873085480702,-1.33511371415916,-1.56088745966179,-2.24345876850904,-1.89690289412004,-1.24545802509561,-1.47451309764027,-2.64419921192524,-1.67542939161568,-1.44907803428057,-1.58836082325752,-1.39456549462061,-1.0208935012608,-1.24726598814084,-2.3401142645382,-1.63046217638523,-3.78947615767022,-2.16981041618271,-3.75617938581363,-1.7335531834004,-2.38141205911772,-1.38325673605617,-0.947990330046354,-2.52347170286409,-2.34499707498565,-1.27465558037128,-1.63501219742888,-0.141154230712805,-0.662936930901234,-1.44170615486484,-0.653100562899972,-1.33716156426837,-0.789191458176954,-2.57139404426338],"y":[0.291732679229779,0.31441827319741,0.921135625931352,0.911313518912076,-0.0718316444506009,-0.0119725925383974,0.0955029769030303,0.0149280535370708,-0.0471079640478711,0.0131603902542931,0.416747937059764,-0.0150405958132474,-0.0586924998033486,0.534313933970629,-0.191469448193825,0.331796896233756,-0.076854200570534,0.339217130021918,-0.346362986121025,-0.193066403834208,-0.153386529904516,0.134591420312927,0.174148558123205,0.48303731145568,0.181566858878886,0.147067820769453,0.0938791473070602,0.782376499915859,0.792429882176316,0.825530324250059,0.650914406169302,1.00051285359068,1.14255977022497,0.834670593324269,0.484438390367652,0.863659540303597,0.766842923000502,1.08090092136385,0.937145406092514,0.0299693493482937,0.686597254529279,0.212084043114196,0.808315987531621,0.454577045493903,0.801823304596867,0.276482156872013,0.429357915607326,-0.599473089076697,0.505288408624082,0.461624260745776,0.580073758004105,0.236448287510744,0.782192407199785,1.00079487871425,0.898718336994794,1.16565373263285,0.859002973695615,0.219166174108111,1.08740811076701,0.316309313534299,1.14107984051169,0.84180834888334,0.911606851316306,0.627803117462028,0.983279736421815,0.265978752586682,0.334197972438704,-0.0219936277561791,0.414893756786343,-0.170557734233429,0.330996808771277,0.296372592465919,0.444466824332289,0.0126283691828203,-0.318225752815148,0.425452801797776,0.718938022979325,0.328517498973205,0.379324015451959,0.228031771506791,0.148816966740683,0.268316111569374,-0.308817528637191,0.260958026939366,0.0730159241379649,0.503350326692303,0.242778545262554,0.339176587170486,0.0500667229364886,0.190066895149886,0.389460467983585,0.242146100303385,0.0904879018046976,0.170949036126221,0.0464517638682678,0.0978527330141752,0.00213544953112133,-0.0168027072402443,0.3019356671508,0.130060887887987,-0.468186670525273,-0.125217398637468,0.0954473747885686,-0.293076968528767,0.222626248269846,0.171465776583709,-0.278303500834732,-1.58749077556914,-0.930162522193298,-1.56793906359777,-1.33048515025164,-1.20847486307067,-0.772557373928078,-2.31942703989606,-1.14922258376593,-1.47558261705185,-1.2166040372781,-1.33371515347846,-0.5490809832745,-1.12182007166493,-1.32500064600533,-1.44136518311686,-1.4820856051272,-1.17001131633177,-0.905778917618721,-0.196412933437192,-1.59081114102414,-0.508298781056323,-0.792277416251965,-1.1954935627688,-1.1535977437671,-1.26250008794392,-1.68646710856069,-1.00597248537253,-1.47817807966961,-1.65651968431801,-0.9597929013994,-1.12231875157997,-1.00687104880156,-0.859588420947331,-1.07811294029304,-1.84794451651355,-0.995939150263234],"z":[0.107327741067603,-0.108538996779736,-0.0756978681167075,-0.0296564900740668,0.14586241391186,0.111114515735892,0.460780644714828,0.392758999422486,0.187880461578007,0.488746119916871,-0.207069924469125,0.388004621949518,0.279425517632404,-0.0617362977102295,0.253522075343888,-0.267618566302992,-0.293986967011984,-0.335873710214382,0.0790966362936123,0.247214381349869,-0.221419499847413,-0.258351926842793,0.524586931630835,-0.0101254840689312,-0.221719291563869,0.0601022853211515,-0.190890281547336,0.0209648172157544,-0.00544794949824996,-0.0448885366133913,-0.18862161632201,0.277200290291579,0.175630049778189,-0.359336047332118,0.114680200674787,0.144063017275865,-0.246874291041452,0.248116193852963,-0.44885033223226,0.41746266073257,-0.0960812319979585,0.164023651561393,0.45401541156252,0.523604237682598,0.040831540176385,0.332343826508227,0.305922421100018,2.78081102867989,0.401340655556932,0.430244042851828,0.596486557434444,0.196150946772212,0.101118586087262,-0.10432205413638,-0.146376426232894,0.0258813609425604,-0.330199875530249,0.706124178490766,0.0218326860166461,0.231547823285111,0.150950751253494,-0.152697003743835,-0.24531941822289,0.290509327920908,-0.106709819501833,0.148357468894104,0.338173683045264,0.138464772310114,0.398626101052663,1.54297551425067,0.212971035823485,0.32093579067384,0.333043208279861,0.0982429267290043,-0.0698246290385541,0.401044223578127,-0.142895337680242,0.58454112866878,0.318407982431263,0.190948035567532,0.175845470647513,0.481986031317759,0.627749175223968,0.365672981695432,0.270473578938652,-0.0250851890572966,0.228566539949228,0.249811476037325,0.0995933514306082,0.297331234553639,0.13904219191691,0.187921111802293,0.0709283745756847,0.226669069577339,0.0512214466956453,-0.144245437983974,-0.0108094458092014,-0.00269860732918831,0.213421454993392,0.0454490733399032,-0.161709686889024,-0.148733715739242,0.14050434512823,-0.0876243348766274,0.197905049703747,0.192839690123044,-0.112556914118505,-0.590876879614083,0.00522198832158534,-0.588915702393395,-0.570505255078551,-0.429598908864325,-0.748648150605816,-0.572776975856435,-0.310701802672053,-0.541778380588985,-0.251229625093418,-0.388856305520482,-0.677978753593388,-0.278065434359748,-0.338483188863326,-0.262413840248535,-0.716566171068925,-0.188490074167677,-0.245621529468316,-0.20257921348834,-0.393069120340196,0.0278974021134694,-0.32537716523289,-0.468167718598963,-0.71160397311624,-0.331611828190249,-0.306738059881142,-0.240694360140775,-0.19963748984289,-0.31024872624932,-0.115735540351009,-0.238920031007388,-0.308831730222917,-0.018628815355442,-0.322905050509614,-0.649617938407233,-0.388732502647266],"type":"scatter3d","mode":"markers","name":"Amaranth","marker":{"color":"rgba(0,0,0,1)","line":{"color":"rgba(0,0,0,1)"}},"textfont":{"color":"rgba(0,0,0,1)"},"error_y":{"color":"rgba(0,0,0,1)"},"error_x":{"color":"rgba(0,0,0,1)"},"line":{"color":"rgba(0,0,0,1)"},"frame":null},{"x":[1.3062302998127,3.22762294465359,4.50997842312479,2.34620342247199,1.74308414053146,1.46793311689083,1.60404534855596,8.71319626931683,2.17036265417115,3.52753155652097,1.77210651603624,2.29508725639095,3.72453073958984,3.91108393698007,2.86533564033035,2.60256787441966,2.15456645667186,2.46860417403261,3.2451306883783,2.84487196818545,3.1590373259518,2.76639967133214,2.82790014707007,3.58222123082718,3.2714151428721,4.23117638598775,2.98039185194404,3.58444223464156,3.17870880585525,0.986081098776708,2.17637336617919,1.68865413884114,0.990182180322122,-0.743884850089812,1.40131638461427,0.501260729727619,-0.0733922123564285,0.72865810004917,-0.381822614357393,-0.492141007580455,-1.24779109159232,2.1009602026782,1.06026070219019,1.83918415509931,1.74084932957184,0.332908123283729,0.463581895089174,0.706758085209416,3.02268577361658,0.41207189643348,1.66801253450873,0.287169572970528,2.31684956081676,0.105790708774955,0.240382388087622,0.108069792896047,1.51943017789957,0.117312122050981,-0.221929218402452,-0.828078694926685,-0.421267502929331,-1.59446803940174,-0.410851921182657,2.38535982723622,0.217970547122863,0.931595838703133,0.579552551735305,1.01368983264958,-0.940686895674294,0.779421925510448,0.251643491019502,-1.00975851019688,-0.576773139827186,-0.737438923646399,-1.29146833644819,-0.319183302857892,-1.1499692992852,-0.0639217127678104,-0.0319443650995516,0.324478559945241,0.298165342214687,-0.734024239354909,-0.0749505550576684,-1.87156517613392,-1.41195415832851,-2.03322476654331,-0.709694391354092,0.53833848493063,1.70142277113968,2.22263632316384,0.584341023035085,0.211943157781057,-0.754192880751036,-2.01552680531399,3.09507299422301,0.00281654447954938,1.52732150324115,0.671015276282844,-0.883795938609611,-0.276918803876742,1.61255305456169,0.513044301938468,14.4991208978929,0.316899819004329,-2.32228027959317,-1.17557706167507,-0.0501536090130378,-1.73275031553421,-1.95950437221565,-0.182224563608527,-0.005679958199242,-3.76896975604224,-2.64575470947333,-3.12266939299338,-3.43074907121368,-3.229561620612,-2.90850688363849,-1.98002266920607,-3.19772234110101,-3.35645033762929,-3.29552979044346,-1.85733862762529,-2.27859803658035,-1.33849754164652,-2.62043777516802,-0.385547265696348,-1.13620931956107,-0.630294640358067,-2.93176309520362,-1.07070987314743,0.367154344260425,0.464084499799543,1.89752828458861,-2.42491014352205,-2.20041246074701,-3.35507347066609,-3.08881012797726,-3.46151775288561,-1.76666292850512],"y":[3.4118070855096,2.9600167175256,2.09696830512771,3.14850143863972,2.79678158858971,2.1339997149207,3.34263066964276,5.52602921840381,3.43082282924518,3.66107039698236,3.06889970636404,3.23743689979365,3.86330953615243,4.30422560462317,3.4695094616629,3.54620196454233,2.27853675624355,2.0371841982813,3.56321228214781,3.12790142965078,2.44708510794976,2.34372689189831,3.01925938817012,2.8287191931046,3.42529955641202,2.42757732043037,2.98099630886043,3.44244677524889,1.98332956938651,2.20976663469921,2.2774101885253,2.88861951694705,3.20517361196581,2.6500556332566,2.32619973204761,2.03636583455614,2.49785786665738,2.76624215332685,2.3912169385667,2.33291847759861,1.86345746997857,3.45841198913696,3.94306682736665,3.76101734279179,3.58314628573509,3.07227069662586,2.7663266039121,2.95784679660451,3.37968259233405,1.61843774678885,3.28888545596192,1.79917570434906,3.29438885470635,3.0366252854689,2.22473772291208,2.02563823645833,2.97273822472377,2.46697152938725,1.82045563425563,1.78543846763497,1.64967952514367,1.80260510083339,1.86505093826954,2.95942862429099,2.2387967502941,2.28390476568353,2.67793349890157,2.88054045868381,1.79351097090722,2.46291118509814,2.14751516469879,2.00549207889857,1.6656552536174,1.81076575045314,1.95148560085537,2.40890570895982,2.06571386057553,2.46856161472032,1.90824126178272,2.08468598723866,2.49687511011734,2.07766986416635,1.22076382701552,1.70703837386006,1.40045163202797,0.710117913878633,1.79706041867037,2.38022870771317,2.2339669956343,2.92760594212617,2.80098793777592,2.24272198051379,1.74271481133439,1.37717150559168,4.56942818285259,3.89394191167146,4.12312035166824,3.2816824767775,3.12966357711532,-2.61473847460878,-4.29932880193288,-3.29573854267225,-15.2908654950791,-3.47830563132228,-0.0517790624308284,-1.61978593135707,-2.7327871867394,-1.1195450987857,-1.35312671667276,-0.730056523945467,-1.24144120453303,0.936845992172154,-0.59971718752967,0.795849387097063,0.846026432701549,0.814518896770273,0.104333814225758,0.285179786244794,0.983977934116706,0.677601557218189,0.918045783733569,0.41722981471153,0.729213324963302,-1.40941063570622,0.694082188072132,-1.49723306955174,0.0615479290624722,-0.86143113482636,0.671166928133811,-0.320802530145592,-0.202602610039551,-0.563409510773121,-1.93559430320363,1.07424100601294,0.634964590602202,0.535560676782338,0.250452721923656,0.688187014221951,-0.0926257759261064],"z":[-2.54984007937412,-2.711824698089,-2.29972068627082,-2.03012176487701,-2.02425586393983,-1.07550283101497,-1.89616745349431,-4.16134804463571,-2.23786301938064,-2.9071083130968,-1.94312929449479,-1.43350462016741,-2.22157588486608,-2.55971711838778,-2.45200473635048,-2.79982641532284,-1.25620113269544,-1.68613986031484,-2.44805355580153,-2.60222951695771,-2.29397260954558,-1.19541777696934,-2.59345972928904,-1.58582201438698,-1.82219153292623,-1.95351164035282,-1.74681748375304,-2.1914050985233,-1.17237762208578,-1.06441253511296,-1.30521880942444,-1.52150019352047,-1.19925654914601,-0.857157093111053,-1.35566255262913,-1.22334251358553,-1.51718195231655,-1.28999863539378,-1.31267138644219,-1.10033314643555,-1.11205779701152,-1.07195536378125,-1.64944677964084,-1.05861281270067,-1.91427525044126,-1.50588309645482,-0.0602993491203477,-0.843193218171618,-1.56515840941244,-1.2416481859204,-2.04814574597813,-1.10034330781901,-1.54332606043706,-0.63443683304845,-1.35070394579128,-1.30247872847678,-1.25644926053174,-0.580751448444823,-1.17821204521747,-1.11369375868391,-0.703383428880921,-0.601811300209014,-1.22719190342592,-2.40667473337612,-1.17855861045651,-0.882320963656529,-1.23369484694961,-1.69155547000152,-0.607565029741,-0.757385486751129,-1.20966361355564,-0.818574724674162,0.161019965329298,-0.877881205342249,-0.7818247687478,-1.19851076209436,-0.509672825722843,-0.637862271176173,-0.862668423286982,0.927373980451233,-1.39218537974221,-0.736357104553073,-0.593390194346912,-0.555743159746687,-0.381561909985731,0.0756191878009597,-0.187847873263612,-0.255523517266533,1.46402697246289,0.595599875279438,-0.34019888644779,-0.583168415900026,-0.4040108077882,-0.307965556715626,-3.24487556235786,-1.98118670319492,-3.83346766404634,-1.87903538789462,-2.03481673131505,-2.57298565141717,-3.69846370208998,-2.56376136613686,-13.1282544518859,-2.82718620227757,-0.338334986799472,-1.58913173516522,-2.43900024678808,-1.35890825738346,-1.27446797150338,-2.74434736532907,-2.38092364680736,-1.30652928778986,-0.892390610595056,-1.74249954735415,-1.46444091753737,-1.05225674112251,-0.105112586504196,-0.918173878080693,-1.18646082234693,-1.1545906613614,-1.26762195159188,-1.13788257672229,-1.37085697010966,-1.98813323565733,-1.19506953066457,-2.38485953538589,-2.65332838680198,-2.25926058415797,-0.762448078212298,-3.14575304345783,-3.40023702394206,-3.34273010991908,-5.30594234132434,-1.73218434342093,-1.17114068763605,-1.02212388868184,0.00301148081615667,-0.913977298522282,-2.207263717157],"type":"scatter3d","mode":"markers","name":"Nightshade","marker":{"color":"rgba(178,34,34,1)","line":{"color":"rgba(178,34,34,1)"}},"textfont":{"color":"rgba(178,34,34,1)"},"error_y":{"color":"rgba(178,34,34,1)"},"error_x":{"color":"rgba(178,34,34,1)"},"line":{"color":"rgba(178,34,34,1)"},"frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').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>