R Markdown

library(dslabs)
library(readr)
library(dplyr)
## 
## Adjuntando el paquete: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(viridis)
## Cargando paquete requerido: viridisLite
library(viridisLite)
library(RColorBrewer)

data("olive")
olive %>% select(region, area, ácido_palmítico='palmitic', ácido_palmitoleico='palmitoleic', ácido_esteárico='stearic', ácido_oleico='oleic', ácido_linoleico='linoleic', ácido_linolénico='linolenic', ácido_araquídico='arachidic', ácido_eicosenoico='eicosenoic')
##             region            area ácido_palmítico ácido_palmitoleico
## 1   Southern Italy    North-Apulia           10.75               0.75
## 2   Southern Italy    North-Apulia           10.88               0.73
## 3   Southern Italy    North-Apulia            9.11               0.54
## 4   Southern Italy    North-Apulia            9.66               0.57
## 5   Southern Italy    North-Apulia           10.51               0.67
## 6   Southern Italy    North-Apulia            9.11               0.49
## 7   Southern Italy    North-Apulia            9.22               0.66
## 8   Southern Italy    North-Apulia           11.00               0.61
## 9   Southern Italy    North-Apulia           10.82               0.60
## 10  Southern Italy    North-Apulia           10.37               0.55
## 11  Southern Italy    North-Apulia           10.51               0.35
## 12  Southern Italy    North-Apulia           10.36               0.59
## 13  Southern Italy    North-Apulia           10.74               0.70
## 14  Southern Italy    North-Apulia            8.75               0.52
## 15  Southern Italy    North-Apulia            9.52               0.49
## 16  Southern Italy    North-Apulia           11.55               0.98
## 17  Southern Italy    North-Apulia            9.43               0.94
## 18  Southern Italy    North-Apulia           12.78               0.69
## 19  Southern Italy    North-Apulia            9.61               0.70
## 20  Southern Italy    North-Apulia            9.52               0.77
## 21  Southern Italy    North-Apulia           10.74               0.67
## 22  Southern Italy    North-Apulia            9.95               0.46
## 23  Southern Italy    North-Apulia           10.56               0.53
## 24  Southern Italy    North-Apulia           10.65               0.39
## 25  Southern Italy    North-Apulia           10.65               0.45
## 26  Southern Italy        Calabria           13.15               1.39
## 27  Southern Italy        Calabria           13.21               1.36
## 28  Southern Italy        Calabria           13.59               1.15
## 29  Southern Italy        Calabria           13.78               1.11
## 30  Southern Italy        Calabria           12.95               1.09
## 31  Southern Italy        Calabria           12.75               1.21
## 32  Southern Italy        Calabria           13.36               1.20
## 33  Southern Italy        Calabria           13.09               1.22
## 34  Southern Italy        Calabria           13.40               1.14
## 35  Southern Italy        Calabria           12.99               1.16
## 36  Southern Italy        Calabria           12.21               1.07
## 37  Southern Italy        Calabria           12.45               0.72
## 38  Southern Italy        Calabria           12.85               1.29
## 39  Southern Italy        Calabria           12.48               1.07
## 40  Southern Italy        Calabria           13.56               1.06
## 41  Southern Italy        Calabria           12.60               1.02
## 42  Southern Italy        Calabria           12.61               1.21
## 43  Southern Italy        Calabria           13.04               1.24
## 44  Southern Italy        Calabria           13.44               1.17
## 45  Southern Italy        Calabria           13.23               0.96
## 46  Southern Italy        Calabria           12.92               1.17
## 47  Southern Italy        Calabria           12.54               1.18
## 48  Southern Italy        Calabria           13.12               1.31
## 49  Southern Italy        Calabria           12.13               1.09
## 50  Southern Italy        Calabria           13.59               0.98
## 51  Southern Italy        Calabria           12.66               0.97
## 52  Southern Italy        Calabria           12.98               0.99
## 53  Southern Italy        Calabria           12.72               1.16
## 54  Southern Italy        Calabria           12.78               0.87
## 55  Southern Italy        Calabria           11.84               1.12
## 56  Southern Italy        Calabria           13.82               1.10
## 57  Southern Italy        Calabria           11.83               1.46
## 58  Southern Italy        Calabria           12.61               1.53
## 59  Southern Italy        Calabria           11.98               1.36
## 60  Southern Italy        Calabria           12.25               1.34
## 61  Southern Italy        Calabria           13.39               1.66
## 62  Southern Italy        Calabria           11.32               1.57
## 63  Southern Italy        Calabria           13.81               1.83
## 64  Southern Italy        Calabria           14.09               1.28
## 65  Southern Italy        Calabria           13.06               1.27
## 66  Southern Italy        Calabria           13.72               1.20
## 67  Southern Italy        Calabria           13.36               1.13
## 68  Southern Italy        Calabria           14.01               1.51
## 69  Southern Italy        Calabria           13.90               1.19
## 70  Southern Italy        Calabria           14.32               1.52
## 71  Southern Italy        Calabria           14.12               1.24
## 72  Southern Italy        Calabria           13.66               1.47
## 73  Southern Italy        Calabria           13.83               1.18
## 74  Southern Italy        Calabria           12.83               1.02
## 75  Southern Italy        Calabria           12.96               1.36
## 76  Southern Italy        Calabria           12.87               1.08
## 77  Southern Italy        Calabria           13.51               1.59
## 78  Southern Italy        Calabria           12.41               0.97
## 79  Southern Italy        Calabria           12.67               1.01
## 80  Southern Italy        Calabria           12.35               1.38
## 81  Southern Italy        Calabria           12.55               1.03
## 82  Southern Italy    South-Apulia           14.54               1.83
## 83  Southern Italy    South-Apulia           13.47               1.94
## 84  Southern Italy    South-Apulia           13.64               2.04
## 85  Southern Italy    South-Apulia           14.10               1.99
## 86  Southern Italy    South-Apulia           13.84               1.78
## 87  Southern Italy    South-Apulia           14.12               1.85
## 88  Southern Italy    South-Apulia           14.10               2.32
## 89  Southern Italy    South-Apulia           15.09               2.09
## 90  Southern Italy    South-Apulia           13.17               1.97
## 91  Southern Italy    South-Apulia           12.86               1.92
## 92  Southern Italy    South-Apulia           12.73               1.91
## 93  Southern Italy    South-Apulia           14.63               1.83
## 94  Southern Italy    South-Apulia           13.99               1.87
## 95  Southern Italy    South-Apulia           14.13               1.93
## 96  Southern Italy    South-Apulia           13.69               2.06
## 97  Southern Italy    South-Apulia           14.88               1.72
## 98  Southern Italy    South-Apulia           13.23               1.60
## 99  Southern Italy    South-Apulia           13.11               1.66
## 100 Southern Italy    South-Apulia           12.86               1.63
## 101 Southern Italy    South-Apulia           13.80               1.73
## 102 Southern Italy    South-Apulia           13.94               1.64
## 103 Southern Italy    South-Apulia           13.24               1.74
## 104 Southern Italy    South-Apulia           12.90               1.57
## 105 Southern Italy    South-Apulia           13.61               1.63
## 106 Southern Italy    South-Apulia           13.87               1.82
## 107 Southern Italy    South-Apulia           13.69               1.80
## 108 Southern Italy    South-Apulia           13.03               1.65
## 109 Southern Italy    South-Apulia           13.46               1.60
## 110 Southern Italy    South-Apulia           13.69               1.71
## 111 Southern Italy    South-Apulia           13.05               1.72
## 112 Southern Italy    South-Apulia           13.51               1.79
## 113 Southern Italy    South-Apulia           12.83               1.51
## 114 Southern Italy    South-Apulia           14.49               1.75
## 115 Southern Italy    South-Apulia           13.10               1.80
## 116 Southern Italy    South-Apulia           13.60               1.63
## 117 Southern Italy    South-Apulia           13.00               1.87
## 118 Southern Italy    South-Apulia           13.68               1.71
## 119 Southern Italy    South-Apulia           12.07               1.51
## 120 Southern Italy    South-Apulia           13.48               1.54
## 121 Southern Italy    South-Apulia           13.34               1.86
## 122 Southern Italy    South-Apulia           13.01               1.56
## 123 Southern Italy    South-Apulia           12.26               1.81
## 124 Southern Italy    South-Apulia           12.01               1.68
## 125 Southern Italy    South-Apulia           12.97               1.53
## 126 Southern Italy    South-Apulia           12.48               1.63
## 127 Southern Italy    South-Apulia           13.35               1.59
## 128 Southern Italy    South-Apulia           12.19               1.67
## 129 Southern Italy    South-Apulia           13.18               1.79
## 130 Southern Italy    South-Apulia           12.64               1.67
## 131 Southern Italy    South-Apulia           12.01               1.75
## 132 Southern Italy    South-Apulia           12.52               1.80
## 133 Southern Italy    South-Apulia           12.73               1.82
## 134 Southern Italy    South-Apulia           13.51               1.79
## 135 Southern Italy    South-Apulia           13.36               1.55
## 136 Southern Italy    South-Apulia           14.99               2.01
## 137 Southern Italy    South-Apulia           14.25               1.98
## 138 Southern Italy    South-Apulia           13.58               2.04
## 139 Southern Italy    South-Apulia           13.46               1.81
## 140 Southern Italy    South-Apulia           13.92               1.86
## 141 Southern Italy    South-Apulia           13.11               1.66
## 142 Southern Italy    South-Apulia           13.14               1.71
## 143 Southern Italy    South-Apulia           14.09               2.00
## 144 Southern Italy    South-Apulia           13.42               1.74
## 145 Southern Italy    South-Apulia           13.87               1.82
## 146 Southern Italy    South-Apulia           14.13               2.02
## 147 Southern Italy    South-Apulia           14.30               2.09
## 148 Southern Italy    South-Apulia           13.36               1.85
## 149 Southern Italy    South-Apulia           13.72               2.00
## 150 Southern Italy    South-Apulia           13.30               1.57
## 151 Southern Italy    South-Apulia           14.12               2.07
## 152 Southern Italy    South-Apulia           13.21               2.09
## 153 Southern Italy    South-Apulia           14.01               2.00
## 154 Southern Italy    South-Apulia           14.01               2.14
## 155 Southern Italy    South-Apulia           14.57               1.68
## 156 Southern Italy    South-Apulia           14.51               1.99
## 157 Southern Italy    South-Apulia           14.38               2.06
## 158 Southern Italy    South-Apulia           14.62               2.04
## 159 Southern Italy    South-Apulia           15.29               2.15
## 160 Southern Italy    South-Apulia           15.10               1.89
## 161 Southern Italy    South-Apulia           14.37               2.22
## 162 Southern Italy    South-Apulia           13.27               1.29
## 163 Southern Italy    South-Apulia           14.38               1.72
## 164 Southern Italy    South-Apulia           14.47               1.76
## 165 Southern Italy    South-Apulia           13.55               1.44
## 166 Southern Italy    South-Apulia           13.69               1.56
## 167 Southern Italy    South-Apulia           14.71               1.88
## 168 Southern Italy    South-Apulia           14.56               1.79
## 169 Southern Italy    South-Apulia           13.14               1.40
## 170 Southern Italy    South-Apulia           14.08               1.76
## 171 Southern Italy    South-Apulia           13.97               1.72
## 172 Southern Italy    South-Apulia           14.13               1.91
## 173 Southern Italy    South-Apulia           15.39               1.94
## 174 Southern Italy    South-Apulia           13.04               1.59
## 175 Southern Italy    South-Apulia           13.41               1.60
## 176 Southern Italy    South-Apulia           15.08               2.08
## 177 Southern Italy    South-Apulia           15.15               2.26
## 178 Southern Italy    South-Apulia           12.62               1.65
## 179 Southern Italy    South-Apulia           13.07               1.97
## 180 Southern Italy    South-Apulia           12.94               1.59
## 181 Southern Italy    South-Apulia           14.60               1.87
## 182 Southern Italy    South-Apulia           14.76               1.87
## 183 Southern Italy    South-Apulia           14.82               1.78
## 184 Southern Italy    South-Apulia           13.88               1.76
## 185 Southern Italy    South-Apulia           13.67               1.72
## 186 Southern Italy    South-Apulia           12.72               2.07
## 187 Southern Italy    South-Apulia           13.23               1.57
## 188 Southern Italy    South-Apulia           12.06               2.18
## 189 Southern Italy    South-Apulia           13.83               1.57
## 190 Southern Italy    South-Apulia           15.21               1.90
## 191 Southern Italy    South-Apulia           13.50               1.68
## 192 Southern Italy    South-Apulia           14.22               1.81
## 193 Southern Italy    South-Apulia           12.98               1.66
## 194 Southern Italy    South-Apulia           14.47               2.36
## 195 Southern Italy    South-Apulia           13.47               1.97
## 196 Southern Italy    South-Apulia           13.39               1.70
## 197 Southern Italy    South-Apulia           13.88               1.83
## 198 Southern Italy    South-Apulia           15.27               2.60
## 199 Southern Italy    South-Apulia           14.95               2.37
## 200 Southern Italy    South-Apulia           14.87               2.46
## 201 Southern Italy    South-Apulia           13.99               1.80
## 202 Southern Italy    South-Apulia           14.89               2.15
## 203 Southern Italy    South-Apulia           13.39               1.66
## 204 Southern Italy    South-Apulia           14.82               2.46
## 205 Southern Italy    South-Apulia           14.34               1.72
## 206 Southern Italy    South-Apulia           13.47               1.56
## 207 Southern Italy    South-Apulia           13.40               1.58
## 208 Southern Italy    South-Apulia           14.53               1.80
## 209 Southern Italy    South-Apulia           13.06               1.49
## 210 Southern Italy    South-Apulia           13.49               1.61
## 211 Southern Italy    South-Apulia           12.54               1.51
## 212 Southern Italy    South-Apulia           11.68               1.44
## 213 Southern Italy    South-Apulia           13.46               1.67
## 214 Southern Italy    South-Apulia           13.90               1.84
## 215 Southern Italy    South-Apulia           12.83               1.49
## 216 Southern Italy    South-Apulia           12.14               1.37
## 217 Southern Italy    South-Apulia           14.91               2.27
## 218 Southern Italy    South-Apulia           14.79               2.18
## 219 Southern Italy    South-Apulia           14.45               1.74
## 220 Southern Italy    South-Apulia           14.39               1.83
## 221 Southern Italy    South-Apulia           13.87               1.54
## 222 Southern Italy    South-Apulia           14.26               1.69
## 223 Southern Italy    South-Apulia           14.51               2.00
## 224 Southern Italy    South-Apulia           14.93               2.04
## 225 Southern Italy    South-Apulia           14.19               1.92
## 226 Southern Italy    South-Apulia           13.42               1.77
## 227 Southern Italy    South-Apulia           13.49               1.52
## 228 Southern Italy    South-Apulia           14.40               1.96
## 229 Southern Italy    South-Apulia           14.60               2.15
## 230 Southern Italy    South-Apulia           12.49               1.33
## 231 Southern Italy    South-Apulia           13.48               1.59
## 232 Southern Italy    South-Apulia           13.41               1.55
## 233 Southern Italy    South-Apulia           13.98               1.49
## 234 Southern Italy    South-Apulia           14.54               2.00
## 235 Southern Italy    South-Apulia           13.34               1.53
## 236 Southern Italy    South-Apulia           14.38               2.04
## 237 Southern Italy    South-Apulia           13.03               1.38
## 238 Southern Italy    South-Apulia           13.23               1.47
## 239 Southern Italy    South-Apulia           14.17               1.69
## 240 Southern Italy    South-Apulia           13.60               1.67
## 241 Southern Italy    South-Apulia           14.20               1.79
## 242 Southern Italy    South-Apulia           14.72               2.18
## 243 Southern Italy    South-Apulia           13.68               1.74
## 244 Southern Italy    South-Apulia           13.67               1.73
## 245 Southern Italy    South-Apulia           14.03               1.73
## 246 Southern Italy    South-Apulia           14.13               1.97
## 247 Southern Italy    South-Apulia           12.01               1.38
## 248 Southern Italy    South-Apulia           13.59               1.80
## 249 Southern Italy    South-Apulia           15.18               1.98
## 250 Southern Italy    South-Apulia           14.34               1.85
## 251 Southern Italy    South-Apulia           13.67               1.62
## 252 Southern Italy    South-Apulia           14.61               1.81
## 253 Southern Italy    South-Apulia           13.68               1.61
## 254 Southern Italy    South-Apulia           14.19               1.59
## 255 Southern Italy    South-Apulia           15.14               1.62
## 256 Southern Italy    South-Apulia           13.28               1.71
## 257 Southern Italy    South-Apulia           14.69               1.60
## 258 Southern Italy          Sicily           12.22               1.33
## 259 Southern Italy          Sicily           16.39               1.72
## 260 Southern Italy          Sicily           13.45               1.33
## 261 Southern Italy          Sicily           13.39               1.70
## 262 Southern Italy          Sicily           11.94               1.35
## 263 Southern Italy          Sicily           11.12               0.68
## 264 Southern Italy          Sicily           12.22               0.70
## 265 Southern Italy          Sicily           11.36               0.72
## 266 Southern Italy          Sicily            9.26               0.41
## 267 Southern Italy          Sicily           11.05               0.69
## 268 Southern Italy          Sicily           11.09               0.79
## 269 Southern Italy          Sicily           12.84               0.93
## 270 Southern Italy          Sicily           11.20               0.69
## 271 Southern Italy          Sicily            9.16               0.52
## 272 Southern Italy          Sicily            9.05               0.49
## 273 Southern Italy          Sicily           12.06               0.55
## 274 Southern Italy          Sicily           14.57               1.82
## 275 Southern Italy          Sicily           13.27               1.40
## 276 Southern Italy          Sicily           13.03               1.00
## 277 Southern Italy          Sicily           14.44               1.75
## 278 Southern Italy          Sicily           15.05               2.43
## 279 Southern Italy          Sicily           14.29               1.62
## 280 Southern Italy          Sicily           14.91               1.62
## 281 Southern Italy          Sicily           13.93               1.28
## 282 Southern Italy          Sicily           14.04               1.34
## 283 Southern Italy          Sicily           12.22               1.30
## 284 Southern Italy          Sicily           11.53               0.74
## 285 Southern Italy          Sicily           11.69               0.76
## 286 Southern Italy          Sicily           13.69               1.04
## 287 Southern Italy          Sicily            9.93               0.58
## 288 Southern Italy          Sicily            9.80               0.53
## 289 Southern Italy          Sicily            9.67               0.55
## 290 Southern Italy          Sicily           11.28               0.73
## 291 Southern Italy          Sicily           11.88               0.85
## 292 Southern Italy          Sicily           12.57               0.95
## 293 Southern Italy          Sicily           12.62               0.88
## 294 Southern Italy    South-Apulia           12.83               1.53
## 295 Southern Italy    South-Apulia           12.63               1.55
## 296 Southern Italy    South-Apulia           13.69               1.58
## 297 Southern Italy    South-Apulia           13.53               1.72
## 298 Southern Italy    South-Apulia           11.87               1.39
## 299 Southern Italy    South-Apulia           17.32               2.31
## 300 Southern Italy    South-Apulia           16.20               2.55
## 301 Southern Italy    South-Apulia           15.43               1.72
## 302 Southern Italy    South-Apulia           14.98               1.70
## 303 Southern Italy    South-Apulia           13.99               1.69
## 304 Southern Italy    South-Apulia           12.93               1.56
## 305 Southern Italy    South-Apulia           14.20               1.75
## 306 Southern Italy    South-Apulia           17.21               2.38
## 307 Southern Italy    South-Apulia           17.42               2.21
## 308 Southern Italy    South-Apulia           13.91               1.87
## 309 Southern Italy    South-Apulia           15.17               2.06
## 310 Southern Italy    South-Apulia           12.69               1.57
## 311 Southern Italy    South-Apulia           15.77               2.04
## 312 Southern Italy    South-Apulia           15.90               2.41
## 313 Southern Italy    South-Apulia           16.21               2.80
## 314 Southern Italy    South-Apulia           17.53               2.75
## 315 Southern Italy    South-Apulia           16.79               2.60
## 316 Southern Italy    South-Apulia           14.19               2.03
## 317 Southern Italy    South-Apulia           16.93               2.36
## 318 Southern Italy    South-Apulia           16.92               2.70
## 319 Southern Italy    South-Apulia           16.38               2.52
## 320 Southern Italy    South-Apulia           14.97               2.47
## 321 Southern Italy    South-Apulia           14.42               2.22
## 322 Southern Italy    South-Apulia           16.80               2.70
## 323 Southern Italy    South-Apulia           14.63               1.64
## 324       Sardinia Inland-Sardinia           11.29               1.20
## 325       Sardinia Inland-Sardinia           10.42               1.35
## 326       Sardinia Inland-Sardinia           11.03               0.96
## 327       Sardinia Inland-Sardinia           11.18               0.97
## 328       Sardinia Inland-Sardinia           10.52               0.95
## 329       Sardinia Inland-Sardinia           11.16               1.02
## 330       Sardinia Inland-Sardinia           11.08               1.32
## 331       Sardinia Inland-Sardinia           11.29               1.08
## 332       Sardinia Inland-Sardinia           10.85               0.91
## 333       Sardinia Inland-Sardinia           11.04               1.03
## 334       Sardinia Inland-Sardinia           10.98               0.88
## 335       Sardinia  Coast-Sardinia           11.35               0.98
## 336       Sardinia  Coast-Sardinia           11.58               1.08
## 337       Sardinia  Coast-Sardinia           11.33               1.10
## 338       Sardinia  Coast-Sardinia           10.95               1.25
## 339       Sardinia  Coast-Sardinia           12.01               0.87
## 340       Sardinia  Coast-Sardinia           12.13               1.12
## 341       Sardinia Inland-Sardinia           11.08               0.92
## 342       Sardinia Inland-Sardinia           10.75               1.03
## 343       Sardinia Inland-Sardinia           10.59               0.96
## 344       Sardinia Inland-Sardinia           11.76               0.92
## 345       Sardinia Inland-Sardinia           11.59               0.98
## 346       Sardinia Inland-Sardinia           11.32               0.80
## 347       Sardinia Inland-Sardinia           11.07               0.75
## 348       Sardinia Inland-Sardinia           10.92               1.04
## 349       Sardinia Inland-Sardinia           11.19               0.81
## 350       Sardinia Inland-Sardinia           11.06               0.93
## 351       Sardinia Inland-Sardinia           10.47               1.01
## 352       Sardinia Inland-Sardinia           11.65               0.99
## 353       Sardinia Inland-Sardinia           11.58               0.84
## 354       Sardinia Inland-Sardinia           10.95               0.88
## 355       Sardinia Inland-Sardinia           11.76               0.75
## 356       Sardinia Inland-Sardinia           11.03               1.09
## 357       Sardinia Inland-Sardinia           11.12               0.92
## 358       Sardinia Inland-Sardinia           10.91               0.93
## 359       Sardinia Inland-Sardinia           10.80               0.98
## 360       Sardinia Inland-Sardinia           10.51               1.08
## 361       Sardinia Inland-Sardinia           10.96               0.84
## 362       Sardinia Inland-Sardinia           11.42               0.97
## 363       Sardinia Inland-Sardinia           10.47               0.96
## 364       Sardinia Inland-Sardinia           11.14               0.86
## 365       Sardinia Inland-Sardinia           11.40               0.93
## 366       Sardinia Inland-Sardinia           10.75               0.91
## 367       Sardinia Inland-Sardinia           10.92               1.06
## 368       Sardinia Inland-Sardinia           10.76               0.95
## 369       Sardinia Inland-Sardinia           11.78               0.89
## 370       Sardinia Inland-Sardinia           10.95               1.04
## 371       Sardinia  Coast-Sardinia           11.66               0.97
## 372       Sardinia  Coast-Sardinia           11.54               1.19
## 373       Sardinia  Coast-Sardinia           11.77               1.11
## 374       Sardinia  Coast-Sardinia           11.60               0.96
## 375       Sardinia  Coast-Sardinia           11.22               1.04
## 376       Sardinia  Coast-Sardinia           11.32               0.99
## 377       Sardinia  Coast-Sardinia           10.96               1.00
## 378       Sardinia  Coast-Sardinia           11.31               0.87
## 379       Sardinia  Coast-Sardinia           11.84               1.05
## 380       Sardinia  Coast-Sardinia           11.35               0.94
## 381       Sardinia  Coast-Sardinia           10.84               0.96
## 382       Sardinia  Coast-Sardinia           10.86               1.27
## 383       Sardinia  Coast-Sardinia           11.40               0.95
## 384       Sardinia  Coast-Sardinia           11.38               1.01
## 385       Sardinia  Coast-Sardinia           11.59               1.10
## 386       Sardinia Inland-Sardinia           10.51               0.78
## 387       Sardinia Inland-Sardinia           10.48               0.79
## 388       Sardinia Inland-Sardinia           10.61               0.86
## 389       Sardinia Inland-Sardinia           11.05               0.88
## 390       Sardinia Inland-Sardinia           11.45               0.35
## 391       Sardinia Inland-Sardinia           10.49               0.96
## 392       Sardinia Inland-Sardinia           11.05               1.20
## 393       Sardinia Inland-Sardinia           10.30               0.84
## 394       Sardinia Inland-Sardinia           10.70               0.98
## 395       Sardinia Inland-Sardinia           11.03               0.81
## 396       Sardinia Inland-Sardinia           10.40               1.01
## 397       Sardinia Inland-Sardinia           11.00               0.95
## 398       Sardinia Inland-Sardinia           11.18               0.85
## 399       Sardinia Inland-Sardinia           10.65               0.98
## 400       Sardinia Inland-Sardinia           11.31               0.78
## 401       Sardinia Inland-Sardinia           10.80               1.20
## 402       Sardinia Inland-Sardinia           10.75               0.86
## 403       Sardinia Inland-Sardinia           10.40               1.03
## 404       Sardinia Inland-Sardinia           11.28               0.82
## 405       Sardinia Inland-Sardinia           10.60               1.11
## 406       Sardinia Inland-Sardinia           11.03               0.78
## 407       Sardinia Inland-Sardinia           11.10               0.91
## 408       Sardinia Inland-Sardinia           10.91               1.08
## 409       Sardinia Inland-Sardinia           10.94               0.96
## 410       Sardinia  Coast-Sardinia           11.31               0.87
## 411       Sardinia  Coast-Sardinia           11.75               1.08
## 412       Sardinia  Coast-Sardinia           10.76               0.77
## 413       Sardinia  Coast-Sardinia           11.20               0.90
## 414       Sardinia  Coast-Sardinia           11.52               1.11
## 415       Sardinia  Coast-Sardinia           11.41               0.95
## 416       Sardinia  Coast-Sardinia           10.98               1.03
## 417       Sardinia  Coast-Sardinia           11.26               1.00
## 418       Sardinia  Coast-Sardinia           10.87               0.89
## 419       Sardinia  Coast-Sardinia           11.15               0.96
## 420       Sardinia  Coast-Sardinia           11.78               0.92
## 421       Sardinia  Coast-Sardinia           11.62               1.06
## 422 Northern Italy          Umbria           10.85               0.70
## 423 Northern Italy          Umbria           10.85               0.70
## 424 Northern Italy          Umbria           10.90               0.60
## 425 Northern Italy          Umbria           10.80               0.65
## 426 Northern Italy          Umbria           10.90               0.60
## 427 Northern Italy          Umbria           11.05               0.55
## 428 Northern Italy          Umbria           10.60               0.75
## 429 Northern Italy          Umbria           10.50               0.70
## 430 Northern Italy          Umbria           11.00               0.55
## 431 Northern Italy          Umbria           10.65               0.65
## 432 Northern Italy          Umbria           10.85               0.60
## 433 Northern Italy          Umbria           10.80               0.65
## 434 Northern Italy          Umbria           10.85               0.60
## 435 Northern Italy          Umbria           10.75               0.68
## 436 Northern Italy          Umbria           10.90               0.58
## 437 Northern Italy          Umbria           10.95               0.60
## 438 Northern Italy          Umbria           10.90               0.58
## 439 Northern Italy          Umbria           10.95               0.58
## 440 Northern Italy          Umbria           10.90               0.58
## 441 Northern Italy          Umbria           10.95               0.58
## 442 Northern Italy          Umbria           10.95               0.55
## 443 Northern Italy          Umbria           10.80               0.70
## 444 Northern Italy          Umbria           10.90               0.60
## 445 Northern Italy          Umbria           11.05               0.55
## 446 Northern Italy          Umbria           11.10               0.50
## 447 Northern Italy          Umbria           10.75               0.70
## 448 Northern Italy          Umbria           10.75               0.65
## 449 Northern Italy          Umbria           10.65               0.75
## 450 Northern Italy          Umbria           10.70               0.75
## 451 Northern Italy          Umbria           10.70               0.75
## 452 Northern Italy          Umbria           11.00               0.70
## 453 Northern Italy          Umbria           10.75               0.70
## 454 Northern Italy          Umbria           10.50               0.78
## 455 Northern Italy          Umbria           10.90               0.60
## 456 Northern Italy          Umbria           10.50               0.78
## 457 Northern Italy          Umbria           10.75               0.70
## 458 Northern Italy          Umbria           10.98               0.54
## 459 Northern Italy          Umbria           11.05               0.15
## 460 Northern Italy          Umbria           11.10               0.75
## 461 Northern Italy          Umbria           10.58               0.50
## 462 Northern Italy          Umbria           11.15               0.30
## 463 Northern Italy          Umbria           11.05               0.30
## 464 Northern Italy          Umbria           10.72               0.49
## 465 Northern Italy          Umbria           11.10               0.15
## 466 Northern Italy          Umbria           11.10               0.80
## 467 Northern Italy          Umbria           10.55               0.60
## 468 Northern Italy          Umbria           11.00               0.80
## 469 Northern Italy          Umbria           11.05               0.55
## 470 Northern Italy          Umbria           10.95               0.50
## 471 Northern Italy          Umbria           11.10               0.50
## 472 Northern Italy          Umbria           10.92               0.37
## 473 Northern Italy    East-Liguria           12.90               0.60
## 474 Northern Italy    East-Liguria           11.70               0.80
## 475 Northern Italy    East-Liguria           11.00               0.90
## 476 Northern Italy    East-Liguria           11.20               0.70
## 477 Northern Italy    East-Liguria           11.60               0.70
## 478 Northern Italy    East-Liguria           12.00               0.50
## 479 Northern Italy    East-Liguria           11.40               0.50
## 480 Northern Italy    East-Liguria           12.20               0.80
## 481 Northern Italy    East-Liguria           11.80               0.90
## 482 Northern Italy    East-Liguria           12.10               0.70
## 483 Northern Italy    East-Liguria           12.20               0.80
## 484 Northern Italy    East-Liguria           11.80               1.00
## 485 Northern Italy    East-Liguria           11.60               0.90
## 486 Northern Italy    East-Liguria           11.30               1.00
## 487 Northern Italy    East-Liguria           10.80               1.00
## 488 Northern Italy    East-Liguria           10.90               0.90
## 489 Northern Italy    East-Liguria           10.20               1.00
## 490 Northern Italy    East-Liguria           10.90               0.90
## 491 Northern Italy    East-Liguria           11.20               1.00
## 492 Northern Italy    East-Liguria           10.80               0.80
## 493 Northern Italy    East-Liguria           11.60               0.70
## 494 Northern Italy    East-Liguria           11.00               0.80
## 495 Northern Italy    East-Liguria           10.50               1.00
## 496 Northern Italy    East-Liguria           10.90               0.90
## 497 Northern Italy    East-Liguria           11.20               0.80
## 498 Northern Italy    East-Liguria           11.20               1.00
## 499 Northern Italy    East-Liguria           11.90               0.90
## 500 Northern Italy    East-Liguria           11.70               1.10
## 501 Northern Italy    East-Liguria           11.20               1.00
## 502 Northern Italy    East-Liguria           11.90               0.80
## 503 Northern Italy    East-Liguria           14.00               0.90
## 504 Northern Italy    East-Liguria           13.50               0.80
## 505 Northern Italy    East-Liguria           10.90               0.60
## 506 Northern Italy    East-Liguria           11.50               0.90
## 507 Northern Italy    East-Liguria           12.40               0.90
## 508 Northern Italy    East-Liguria           12.20               1.00
## 509 Northern Italy    East-Liguria           11.80               0.80
## 510 Northern Italy    East-Liguria           11.70               1.10
## 511 Northern Italy    East-Liguria           11.70               1.00
## 512 Northern Italy    East-Liguria           11.80               0.80
## 513 Northern Italy    East-Liguria           12.00               0.90
## 514 Northern Italy    East-Liguria           11.40               0.90
## 515 Northern Italy    East-Liguria           11.60               0.70
## 516 Northern Italy    East-Liguria           11.30               0.80
## 517 Northern Italy    East-Liguria           11.50               0.80
## 518 Northern Italy    East-Liguria           11.10               0.70
## 519 Northern Italy    East-Liguria           11.50               0.70
## 520 Northern Italy    East-Liguria           11.80               0.80
## 521 Northern Italy    East-Liguria           10.20               0.80
## 522 Northern Italy    East-Liguria            6.10               0.80
## 523 Northern Italy    West-Liguria           11.90               1.50
## 524 Northern Italy    West-Liguria           11.10               1.30
## 525 Northern Italy    West-Liguria           10.20               1.00
## 526 Northern Italy    West-Liguria           10.70               1.20
## 527 Northern Italy    West-Liguria           10.10               0.90
## 528 Northern Italy    West-Liguria           10.60               1.40
## 529 Northern Italy    West-Liguria           10.60               1.40
## 530 Northern Italy    West-Liguria           10.30               1.00
## 531 Northern Italy    West-Liguria           11.20               1.30
## 532 Northern Italy    West-Liguria           10.30               1.10
## 533 Northern Italy    West-Liguria           10.70               1.00
## 534 Northern Italy    West-Liguria           11.40               1.80
## 535 Northern Italy    West-Liguria           10.90               1.80
## 536 Northern Italy    West-Liguria            9.80               1.10
## 537 Northern Italy    West-Liguria            9.80               0.90
## 538 Northern Italy    West-Liguria            9.60               0.90
## 539 Northern Italy    West-Liguria            9.90               0.90
## 540 Northern Italy    West-Liguria           10.60               1.20
## 541 Northern Italy    West-Liguria           12.40               1.50
## 542 Northern Italy    West-Liguria           10.60               0.90
## 543 Northern Italy    West-Liguria           10.20               1.00
## 544 Northern Italy    West-Liguria            9.70               0.90
## 545 Northern Italy    West-Liguria           11.80               1.30
## 546 Northern Italy    West-Liguria           10.60               1.40
## 547 Northern Italy    West-Liguria            9.90               1.00
## 548 Northern Italy    West-Liguria           10.10               0.90
## 549 Northern Italy    West-Liguria           10.40               0.90
## 550 Northern Italy    West-Liguria           10.40               0.90
## 551 Northern Italy    West-Liguria           10.20               0.90
## 552 Northern Italy    West-Liguria           10.20               0.90
## 553 Northern Italy    West-Liguria           10.10               0.90
## 554 Northern Italy    West-Liguria            9.20               1.10
## 555 Northern Italy    West-Liguria           10.30               1.00
## 556 Northern Italy    West-Liguria            9.60               0.90
## 557 Northern Italy    West-Liguria           10.30               1.10
## 558 Northern Italy    West-Liguria           10.10               1.00
## 559 Northern Italy    West-Liguria           10.20               0.90
## 560 Northern Italy    West-Liguria           11.20               0.90
## 561 Northern Italy    West-Liguria           10.90               0.90
## 562 Northern Italy    West-Liguria           11.00               1.20
## 563 Northern Italy    West-Liguria           10.90               0.80
## 564 Northern Italy    West-Liguria           11.50               0.90
## 565 Northern Italy    West-Liguria           11.10               0.90
## 566 Northern Italy    West-Liguria           10.10               1.10
## 567 Northern Italy    West-Liguria           10.70               1.00
## 568 Northern Italy    West-Liguria           12.80               1.10
## 569 Northern Italy    West-Liguria           10.60               1.00
## 570 Northern Italy    West-Liguria           10.10               0.90
## 571 Northern Italy    West-Liguria            9.90               1.20
## 572 Northern Italy    West-Liguria            9.60               0.80
##     ácido_esteárico ácido_oleico ácido_linoleico ácido_linolénico
## 1              2.26        78.23            6.72             0.36
## 2              2.24        77.09            7.81             0.31
## 3              2.46        81.13            5.49             0.31
## 4              2.40        79.52            6.19             0.50
## 5              2.59        77.71            6.72             0.50
## 6              2.68        79.24            6.78             0.51
## 7              2.64        79.90            6.18             0.49
## 8              2.35        77.28            7.34             0.39
## 9              2.39        77.45            7.09             0.46
## 10             2.13        79.44            6.33             0.26
## 11             2.19        79.78            6.05             0.21
## 12             2.35        78.68            6.61             0.30
## 13             2.14        77.28            7.47             0.50
## 14             2.43        80.18            6.55             0.41
## 15             2.54        77.95            7.80             0.50
## 16             2.01        76.06            8.16             0.32
## 17             1.83        78.40            7.88             0.42
## 18             2.05        73.44            9.57             0.45
## 19             1.95        79.58            7.42             0.46
## 20             2.58        78.20            7.36             0.43
## 21             2.36        76.92            7.16             0.56
## 22             2.88        78.06            6.79             0.56
## 23             2.47        77.03            7.00             0.54
## 24             2.34        78.76            7.03             0.42
## 25             2.45        77.79            6.96             0.47
## 26             2.30        72.99            8.32             0.42
## 27             2.17        71.74            9.50             0.43
## 28             2.46        72.34            8.74             0.45
## 29             2.72        71.27            9.40             0.46
## 30             2.45        72.53            9.03             0.43
## 31             2.15        72.85            8.92             0.40
## 32             3.18        70.83            9.15             0.50
## 33             2.41        72.57            8.70             0.46
## 34             1.89        73.37            8.20             0.48
## 35             2.53        73.09            8.23             0.40
## 36             2.21        74.41            7.98             0.54
## 37             2.83        73.95            8.29             0.44
## 38             2.44        73.23            8.19             0.57
## 39             3.13        72.99            8.40             0.46
## 40             2.36        72.09            8.66             0.48
## 41             2.28        73.54            8.70             0.49
## 42             3.12        72.38            8.77             0.47
## 43             2.79        71.60            9.28             0.48
## 44             2.87        71.29            8.97             0.51
## 45             3.00        73.51            7.57             0.47
## 46             2.15        73.51            8.39             0.48
## 47             2.44        73.94            7.86             0.46
## 48             2.59        71.67            9.39             0.41
## 49             3.01        72.61            9.25             0.47
## 50             3.51        72.62            7.80             0.41
## 51             2.63        74.35            7.43             0.45
## 52             3.11        73.11            7.87             0.45
## 53             2.79        72.58            8.72             0.43
## 54             3.32        73.79            7.71             0.44
## 55             3.11        73.91            8.19             0.48
## 56             2.68        72.41            8.28             0.39
## 57             2.92        75.80            6.18             0.38
## 58             2.19        73.55            8.18             0.52
## 59             2.39        76.39            6.33             0.27
## 60             2.32        76.58            6.16             0.36
## 61             2.08        71.90            9.23             0.40
## 62             2.40        76.41            6.38             0.45
## 63             2.45        73.85            6.09             0.47
## 64             2.57        72.57            7.59             0.43
## 65             2.50        72.54            8.69             0.47
## 66             2.50        73.55            7.02             0.44
## 67             2.42        72.93            8.55             0.38
## 68             2.38        71.64            8.57             0.45
## 69             2.34        72.36            8.23             0.40
## 70             2.81        70.29            9.49             0.39
## 71             2.98        71.82            7.90             0.45
## 72             2.91        71.97            7.83             0.51
## 73             2.73        72.82            7.38             0.45
## 74             2.63        74.00            7.63             0.54
## 75             2.60        73.80            7.80             0.48
## 76             2.87        73.43            8.26             0.44
## 77             2.96        72.29            8.10             0.36
## 78             2.68        74.99            7.09             0.52
## 79             3.00        72.30            8.98             0.74
## 80             2.52        73.22            8.61             0.54
## 81             2.23        73.95            8.48             0.47
## 82             1.96        70.57           10.14             0.27
## 83             1.97        72.77            8.95             0.25
## 84             2.25        69.29           10.84             0.21
## 85             2.16        71.30            9.55             0.21
## 86             2.08        71.05            9.99             0.29
## 87             2.17        68.42           12.03             0.34
## 88             2.80        67.15           12.33             0.32
## 89             2.57        66.47           12.40             0.42
## 90             2.56        70.36           10.67             0.40
## 91             2.03        71.32           10.53             0.38
## 92             2.02        68.62           13.03             0.43
## 93             1.83        67.47           13.07             0.36
## 94             1.91        68.61           12.33             0.38
## 95             2.08        68.75           12.02             0.30
## 96             2.03        69.53           11.68             0.35
## 97             1.70        69.20           11.44             0.37
## 98             2.05        69.11           12.98             0.24
## 99             1.70        69.02           13.12             0.41
## 100            1.83        70.40           12.30             0.29
## 101            1.88        70.38           11.39             0.31
## 102            2.23        70.86           10.42             0.24
## 103            1.98        68.63           12.89             0.36
## 104            1.92        70.00           12.63             0.26
## 105            1.96        68.88           12.73             0.37
## 106            2.42        69.13           11.01             0.44
## 107            1.81        70.00           11.30             0.39
## 108            1.75        70.25           12.43             0.31
## 109            1.69        70.72           11.51             0.39
## 110            1.84        69.37           12.46             0.30
## 111            1.69        70.04           12.60             0.28
## 112            1.86        69.35           12.43             0.36
## 113            1.82        70.00           12.71             0.40
## 114            1.98        68.83           11.62             0.40
## 115            1.83        70.54           12.02             0.26
## 116            1.76        69.01           12.80             0.28
## 117            1.96        69.20           12.53             0.41
## 118            2.18        70.10           10.57             0.41
## 119            1.56        71.59           12.34             0.27
## 120            1.83        69.17           12.77             0.48
## 121            2.29        72.61            8.27             0.34
## 122            2.07        70.03           12.29             0.41
## 123            2.13        69.61           12.30             0.47
## 124            1.90        71.00           12.16             0.43
## 125            1.77        70.04           12.60             0.35
## 126            1.58        71.03           12.22             0.31
## 127            1.97        69.74           12.20             0.36
## 128            1.71        70.87           12.54             0.35
## 129            1.77        70.30           11.94             0.35
## 130            1.66        71.30           11.87             0.22
## 131            2.01        71.29           11.93             0.36
## 132            1.81        70.55           12.14             0.31
## 133            2.09        69.65           11.91             0.43
## 134            1.70        70.34           11.54             0.35
## 135            2.12        71.03           10.86             0.33
## 136            1.82        68.03           12.04             0.30
## 137            1.93        70.32           10.41             0.31
## 138            2.27        69.62           11.09             0.41
## 139            2.57        71.47            9.33             0.40
## 140            2.56        67.32           12.78             0.53
## 141            2.22        70.06           11.47             0.41
## 142            2.29        69.23           11.98             0.47
## 143            2.07        68.42           12.24             0.31
## 144            2.21        69.93           11.47             0.36
## 145            2.06        71.00           10.20             0.34
## 146            2.05        69.20           11.65             0.36
## 147            2.25        68.00           12.00             0.32
## 148            2.23        69.56           11.55             0.56
## 149            2.00        69.16           11.89             0.33
## 150            2.28        70.55           11.08             0.42
## 151            2.08        68.22           12.39             0.36
## 152            2.17        69.48           11.78             0.42
## 153            2.17        69.80           10.73             0.40
## 154            2.17        67.34           12.93             0.44
## 155            2.42        67.24           12.66             0.54
## 156            2.21        68.35           11.77             0.37
## 157            2.48        68.06           11.83             0.34
## 158            2.37        66.44           13.09             0.42
## 159            2.03        66.02           13.10             0.45
## 160            2.45        67.52           11.88             0.36
## 161            1.84        68.03           12.40             0.43
## 162            2.47        70.24           11.57             0.38
## 163            2.52        66.30           13.80             0.40
## 164            1.89        68.49           11.80             0.42
## 165            2.14        69.72           11.98             0.33
## 166            2.41        68.90           12.09             0.42
## 167            2.76        66.97           12.69             0.34
## 168            2.40        67.38           12.67             0.41
## 169            2.07        70.20           12.20             0.28
## 170            1.92        69.09           11.95             0.45
## 171            1.91        71.07           10.18             0.36
## 172            1.86        69.37           11.80             0.31
## 173            2.13        67.64           11.78             0.38
## 174            2.34        70.19           11.74             0.38
## 175            2.31        70.33           10.69             0.40
## 176            2.49        66.41           13.11             0.25
## 177            2.57        65.95           12.87             0.41
## 178            2.35        71.20           11.13             0.32
## 179            2.38        70.03           11.44             0.37
## 180            2.53        70.09           11.90             0.30
## 181            2.15        68.43           11.72             0.35
## 182            2.03        68.37           11.97             0.36
## 183            1.97        68.14           12.01             0.40
## 184            1.85        70.08           11.11             0.48
## 185            2.35        70.66           10.54             0.35
## 186            2.05        71.52           10.98             0.37
## 187            2.34        71.32           10.22             0.38
## 188            2.42        71.93           10.02             0.37
## 189            2.17        70.18           10.90             0.40
## 190            2.38        69.56            9.86             0.36
## 191            2.27        69.86           11.65             0.29
## 192            2.18        68.13           12.30             0.30
## 193            2.24        69.86           11.62             0.34
## 194            2.45        66.07           13.36             0.33
## 195            2.11        67.95           13.00             0.32
## 196            2.53        69.89           11.10             0.29
## 197            2.16        68.67           12.08             0.28
## 198            2.32        64.88           13.70             0.31
## 199            2.36        65.71           13.18             0.32
## 200            2.51        65.04           13.90             0.29
## 201            2.32        68.55           11.90             0.32
## 202            2.42        67.77           11.45             0.30
## 203            2.26        69.28           11.98             0.30
## 204            2.38        64.44           14.62             0.27
## 205            2.55        66.46           13.54             0.27
## 206            2.14        68.50           13.13             0.25
## 207            2.33        68.48           12.72             0.32
## 208            2.44        67.52           12.38             0.34
## 209            2.26        70.82           10.97             0.33
## 210            2.17        69.97           11.38             0.31
## 211            2.05        73.19            9.47             0.28
## 212            2.20        72.30           11.09             0.31
## 213            2.24        69.59           11.11             0.30
## 214            2.12        68.98           11.89             0.29
## 215            2.24        70.77           11.04             0.30
## 216            2.32        72.69           10.05             0.32
## 217            2.05        69.41            9.88             0.33
## 218            2.07        70.39            8.87             0.36
## 219            2.28        68.75           11.23             0.29
## 220            2.18        67.75           12.26             0.32
## 221            2.04        69.91           10.90             0.34
## 222            1.92        70.25           10.43             0.31
## 223            2.08        69.80           10.06             0.30
## 224            1.88        69.13           10.44             0.32
## 225            2.07        69.96           10.14             0.36
## 226            1.99        71.72            9.52             0.34
## 227            2.36        71.45            9.49             0.35
## 228            2.08        69.38           10.70             0.32
## 229            1.97        69.18           10.81             0.28
## 230            2.05        74.17            8.27             0.33
## 231            2.38        70.17           10.81             0.31
## 232            2.44        69.58           11.44             0.32
## 233            2.04        71.82            9.07             0.29
## 234            1.99        69.10           10.90             0.30
## 235            2.19        69.28           12.14             0.33
## 236            1.89        71.07            9.10             0.33
## 237            2.12        71.70           10.16             0.34
## 238            2.10        71.08           10.70             0.33
## 239            2.07        68.75           11.84             0.34
## 240            2.25        68.83           12.20             0.31
## 241            2.14        69.23           11.21             0.33
## 242            2.14        67.24           12.38             0.29
## 243            2.05        70.42           10.66             0.31
## 244            2.28        69.48           11.41             0.32
## 245            2.09        68.43           12.10             0.33
## 246            2.06        67.37           13.87             0.34
## 247            2.07        70.11           12.69             0.37
## 248            2.07        68.95           12.03             0.33
## 249            2.25        66.81           12.43             0.29
## 250            1.89        67.71           12.69             0.30
## 251            1.79        67.72           13.68             0.33
## 252            1.97        67.83           12.46             0.26
## 253            1.98        70.30           10.95             0.33
## 254            2.15        68.62           11.93             0.35
## 255            2.98        67.25           11.19             0.45
## 256            2.53        69.87           10.30             0.38
## 257            3.37        66.75           11.27             0.44
## 258            2.27        74.25            8.24             0.36
## 259            3.31        65.10           11.24             0.46
## 260            2.72        68.01           11.94             0.48
## 261            2.75        68.38           10.60             0.46
## 262            2.63        72.77            8.89             0.44
## 263            3.75        77.70            4.48             0.52
## 264            3.29        76.05            5.66             0.48
## 265            3.41        76.16            6.61             0.49
## 266            2.77        78.15            7.84             0.45
## 267            3.73        77.14            5.32             0.51
## 268            3.05        75.76            7.63             0.45
## 269            2.65        72.35            8.93             0.43
## 270            2.77        74.16            9.46             0.42
## 271            2.81        78.70            6.94             0.42
## 272            2.88        77.47            8.12             0.49
## 273            2.87        73.29            9.35             0.44
## 274            2.67        70.20            8.63             0.41
## 275            1.93        73.28            8.23             0.36
## 276            2.51        70.45           10.49             0.40
## 277            2.59        68.76           10.27             0.34
## 278            2.26        69.62            8.58             0.30
## 279            2.23        69.17           10.41             0.37
## 280            2.11        69.94            9.28             0.37
## 281            2.11        71.89            8.70             0.38
## 282            2.10        71.10            9.23             0.40
## 283            2.14        73.74            8.56             0.38
## 284            3.16        75.93            7.05             0.42
## 285            3.07        75.53            7.28             0.43
## 286            2.37        73.75            7.75             0.39
## 287            2.67        77.43            7.73             0.41
## 288            2.54        77.19            8.15             0.44
## 289            2.73        76.92            8.33             0.45
## 290            3.54        75.27            7.28             0.44
## 291            2.73        74.45            8.14             0.44
## 292            2.47        74.05            8.12             0.43
## 293            3.01        74.71            7.04             0.43
## 294            1.96        71.07           11.15             0.37
## 295            1.99        71.40           11.48             0.31
## 296            2.15        71.60            9.58             0.38
## 297            1.75        69.65           12.12             0.28
## 298            1.85        74.27            9.52             0.29
## 299            1.56        64.37           13.13             0.45
## 300            1.66        66.28           12.12             0.29
## 301            1.93        67.40           11.57             0.52
## 302            1.95        68.04           12.06             0.35
## 303            1.71        70.11           11.00             0.36
## 304            1.91        71.01           11.11             0.32
## 305            1.52        70.04           11.49             0.27
## 306            2.55        63.00           13.50             0.35
## 307            1.56        64.15           13.15             0.43
## 308            1.89        69.75           10.62             0.52
## 309            2.49        66.80           12.05             0.33
## 310            1.93        71.40           11.48             0.31
## 311            2.08        67.32           11.83             0.20
## 312            1.95        67.05           11.49             0.27
## 313            1.97        66.08           11.79             0.28
## 314            2.36        63.67           12.14             0.23
## 315            1.77        65.68           11.91             0.30
## 316            1.76        69.73           10.83             0.38
## 317            1.74        64.99           12.04             0.51
## 318            2.34        64.99           11.96             0.31
## 319            2.15        65.70           11.99             0.39
## 320            2.19        66.21           12.70             0.36
## 321            1.94        66.77           13.14             0.36
## 322            1.70        64.40           13.10             0.31
## 323            1.85        69.09           11.54             0.49
## 324            2.22        72.72           11.12             0.43
## 325            2.10        73.76           11.16             0.35
## 326            2.10        73.80           10.85             0.32
## 327            2.21        72.79           11.54             0.35
## 328            2.15        73.88           11.26             0.31
## 329            2.31        72.90           11.68             0.26
## 330            2.31        73.19           11.01             0.20
## 331            2.12        73.86           10.74             0.28
## 332            2.23        73.84           11.26             0.28
## 333            2.33        73.22           11.47             0.27
## 334            2.12        73.38           11.40             0.28
## 335            2.51        71.20           13.14             0.20
## 336            2.45        70.65           13.26             0.22
## 337            2.41        70.80           13.42             0.21
## 338            2.50        71.20           13.05             0.21
## 339            2.38        69.90           13.83             0.25
## 340            2.45        70.07           13.35             0.22
## 341            2.31        73.67           11.10             0.29
## 342            2.07        74.13           10.96             0.32
## 343            2.28        73.86           11.28             0.25
## 344            2.07        73.47           10.57             0.35
## 345            2.13        73.20           11.08             0.38
## 346            2.01        73.98           10.95             0.27
## 347            2.20        73.99           10.96             0.29
## 348            2.34        73.55           11.26             0.28
## 349            2.19        74.09           10.57             0.33
## 350            2.12        73.81           11.04             0.35
## 351            2.38        73.85           11.20             0.28
## 352            2.14        73.31           11.01             0.22
## 353            2.01        73.27           11.23             0.29
## 354            2.03        74.15           10.93             0.37
## 355            2.05        73.96           11.07             0.33
## 356            2.20        73.35           11.40             0.28
## 357            2.09        73.56           11.25             0.32
## 358            2.22        73.77           11.13             0.20
## 359            2.19        73.71           11.25             0.33
## 360            2.27        74.03           11.14             0.30
## 361            2.11        74.15           10.91             0.30
## 362            2.25        73.41           11.01             0.28
## 363            2.36        73.99           11.07             0.32
## 364            2.10        73.59           11.16             0.31
## 365            2.41        73.24           10.98             0.23
## 366            2.00        74.10           11.07             0.36
## 367            2.19        74.27           11.25             0.33
## 368            2.04        74.08           11.30             0.27
## 369            2.01        73.81           10.99             0.34
## 370            2.23        73.67           11.11             0.43
## 371            2.72        69.71           13.90             0.20
## 372            2.57        71.30           12.53             0.22
## 373            2.41        68.82           14.70             0.22
## 374            2.40        70.43           13.57             0.24
## 375            2.41        71.45           13.13             0.15
## 376            2.57        70.65           13.62             0.24
## 377            2.60        71.62           12.82             0.25
## 378            2.33        71.44           13.07             0.25
## 379            2.58        70.20           13.40             0.26
## 380            2.35        71.23           13.20             0.24
## 381            2.40        71.64           13.30             0.28
## 382            2.52        71.59           12.85             0.28
## 383            2.58        70.85           13.47             0.23
## 384            2.54        71.03           13.10             0.25
## 385            2.61        70.68           12.97             0.27
## 386            2.11        74.21           11.46             0.30
## 387            2.13        74.39           11.30             0.28
## 388            2.20        74.21           11.02             0.29
## 389            2.10        73.53           11.42             0.28
## 390            2.37        72.08           11.18             0.20
## 391            2.19        73.03           11.68             0.22
## 392            2.18        73.02           11.58             0.23
## 393            2.14        74.03           11.77             0.21
## 394            2.15        72.80           12.40             0.28
## 395            2.08        73.10           11.77             0.30
## 396            2.05        73.68           11.76             0.25
## 397            2.10        73.20           11.13             0.22
## 398            1.99        74.15           10.60             0.36
## 399            2.30        73.45           11.63             0.24
## 400            2.21        73.58           11.20             0.22
## 401            2.18        72.96           11.45             0.35
## 402            2.31        74.03           11.09             0.22
## 403            2.28        73.64           11.73             0.25
## 404            2.03        73.20           11.48             0.30
## 405            2.31        73.63           11.49             0.20
## 406            2.20        73.65           11.49             0.20
## 407            2.01        73.18           11.85             0.24
## 408            2.18        73.83           11.83             0.28
## 409            2.20        73.41           11.27             0.26
## 410            2.08        71.70           13.08             0.28
## 411            2.14        70.76           13.07             0.33
## 412            2.02        72.43           13.05             0.29
## 413            2.40        70.68           13.83             0.23
## 414            2.38        70.80           13.72             0.25
## 415            2.50        70.35           13.88             0.22
## 416            2.67        71.35           13.01             0.24
## 417            2.36        70.62           13.80             0.26
## 418            2.43        72.00           13.02             0.18
## 419            2.36        70.85           13.72             0.20
## 420            2.41        70.06           13.76             0.22
## 421            2.42        70.25           13.68             0.25
## 422            1.80        79.55            6.05             0.20
## 423            1.85        79.55            6.00             0.25
## 424            1.90        79.50            6.00             0.28
## 425            1.89        79.60            6.02             0.35
## 426            1.95        79.55            6.00             0.28
## 427            2.00        79.00            6.00             0.37
## 428            1.75        79.75            6.10             0.20
## 429            1.70        79.77            6.05             0.28
## 430            1.98        79.05            6.00             0.35
## 431            1.78        79.65            6.05             0.22
## 432            1.88        79.55            6.02             0.30
## 433            1.80        79.60            6.05             0.25
## 434            1.90        79.55            6.02             0.30
## 435            1.95        79.60            6.02             0.20
## 436            1.92        79.50            6.00             0.35
## 437            1.98        79.45            6.00             0.38
## 438            1.95        79.50            6.00             0.30
## 439            1.98        79.50            6.02             0.35
## 440            1.95        79.40            6.00             0.35
## 441            1.98        79.45            6.00             0.35
## 442            2.00        79.40            6.00             0.35
## 443            1.88        79.65            6.08             0.28
## 444            1.95        79.50            6.00             0.32
## 445            2.00        79.00            5.95             0.39
## 446            2.05        79.00            5.95             0.40
## 447            1.98        79.78            6.08             0.28
## 448            1.85        79.80            6.08             0.35
## 449            1.80        79.75            6.10             0.25
## 450            1.88        79.80            6.02             0.22
## 451            1.88        79.80            6.02             0.22
## 452            2.00        79.10            6.10             0.39
## 453            1.85        79.60            6.10             0.22
## 454            1.75        79.90            6.10             0.18
## 455            1.98        79.45            6.00             0.32
## 456            1.88        79.90            6.08             0.28
## 457            1.90        79.75            6.05             0.28
## 458            2.02        79.45            5.95             0.42
## 459            1.98        80.05            5.75             0.52
## 460            2.20        79.15            5.10             0.55
## 461            1.78        79.88            6.26             0.40
## 462            2.25        79.55            6.00             0.55
## 463            1.98        79.95            5.70             0.52
## 464            1.78        79.80            6.15             0.48
## 465            2.10        79.90            5.70             0.50
## 466            2.15        79.10            5.25             0.50
## 467            1.75        79.85            6.20             0.45
## 468            2.15        79.30            5.35             0.45
## 469            2.05        79.65            6.00             0.25
## 470            2.10        79.48            6.00             0.25
## 471            2.20        79.50            6.00             0.52
## 472            2.10        79.55            6.00             0.40
## 473            2.60        75.50            6.70             0.70
## 474            2.30        76.90            7.20             0.40
## 475            2.50        76.80            7.60             0.30
## 476            2.40        77.20            7.30             0.40
## 477            2.50        76.50            7.50             0.30
## 478            2.10        77.70            6.90             0.20
## 479            2.00        79.90            5.80             0.10
## 480            2.40        76.10            7.60             0.30
## 481            2.50        75.20            8.00             0.50
## 482            2.50        75.60            7.80             0.40
## 483            2.20        75.40            7.70             0.60
## 484            1.90        75.20            8.20             0.50
## 485            2.20        75.80            7.90             0.40
## 486            2.40        76.20            7.80             0.30
## 487            2.60        77.10            7.50             0.20
## 488            2.80        77.30            7.20             0.50
## 489            2.70        77.70            7.10             0.40
## 490            2.50        76.80            7.60             0.60
## 491            2.60        77.20            6.80             0.30
## 492            2.40        78.30            6.70             0.30
## 493            2.30        78.60            6.40             0.10
## 494            2.40        78.20            6.70             0.20
## 495            2.50        79.30            6.30             0.10
## 496            2.70        77.80            6.90             0.30
## 497            2.60        77.50            6.80             0.30
## 498            2.50        76.80            7.30             0.40
## 499            2.30        76.70            7.10             0.30
## 500            2.50        76.20            7.40             0.20
## 501            2.30        77.20            7.30             0.20
## 502            2.70        76.90            7.20             0.10
## 503            2.70        74.20            8.00             0.00
## 504            2.50        75.20            7.60             0.10
## 505            2.20        78.90            6.70             0.10
## 506            2.30        77.90            6.50             0.30
## 507            2.20        78.20            5.90             0.10
## 508            2.40        78.90            5.30             0.00
## 509            2.50        78.70            5.80             0.10
## 510            2.40        77.30            6.30             0.30
## 511            2.80        77.10            6.40             0.20
## 512            2.20        77.90            6.80             0.10
## 513            2.40        78.20            5.90             0.10
## 514            2.40        78.80            5.70             0.20
## 515            2.10        78.70            5.80             0.30
## 516            2.50        77.80            6.50             0.40
## 517            2.40        78.00            6.30             0.30
## 518            2.40        78.20            6.70             0.20
## 519            2.20        78.50            6.20             0.20
## 520            2.40        77.60            6.70             0.20
## 521            2.50        79.20            6.80             0.10
## 522            2.30        84.10            6.50             0.00
## 523            2.90        73.40           10.20             0.00
## 524            2.10        75.50           10.00             0.00
## 525            2.20        75.30           10.30             0.00
## 526            2.10        76.00            9.90             0.00
## 527            3.50        74.80           10.50             0.10
## 528            2.40        76.80            8.30             0.10
## 529            2.70        76.20            8.80             0.10
## 530            2.30        77.40            9.00             0.00
## 531            2.50        75.30            9.70             0.00
## 532            2.20        77.60            9.80             0.00
## 533            2.30        76.00            9.90             0.10
## 534            2.20        76.10            8.50             0.10
## 535            2.30        75.90            8.60             0.10
## 536            3.00        77.20            9.10             0.10
## 537            3.30        75.40           10.40             0.00
## 538            2.00        78.10            9.40             0.00
## 539            2.10        77.80            9.30             0.00
## 540            2.10        76.00           10.10             0.00
## 541            2.50        76.10            7.30             0.10
## 542            3.10        78.50            6.90             0.00
## 543            2.90        76.20            9.60             0.00
## 544            2.20        77.00           10.20             0.00
## 545            2.20        74.50           10.10             0.00
## 546            2.40        76.90            8.50             0.10
## 547            2.50        76.30           10.30             0.00
## 548            3.50        76.30            9.40             0.10
## 549            2.50        77.80            8.20             0.10
## 550            2.50        78.10            8.10             0.10
## 551            3.50        76.20            9.20             0.10
## 552            2.60        76.20           10.10             0.00
## 553            3.50        76.10            9.30             0.10
## 554            3.40        77.20            9.10             0.00
## 555            2.50        77.10            9.00             0.00
## 556            3.00        78.20            8.30             0.00
## 557            2.10        78.10            8.40             0.00
## 558            2.40        77.10            9.10             0.10
## 559            2.40        78.00            8.50             0.00
## 560            3.00        76.50            8.30             0.00
## 561            2.90        77.10            8.00             0.10
## 562            2.80        76.30            7.70             0.10
## 563            2.40        78.20            7.60             0.10
## 564            2.50        77.20            8.10             0.00
## 565            2.30        78.10            7.50             0.00
## 566            2.10        77.20            9.50             0.00
## 567            2.20        77.30            8.70             0.10
## 568            2.90        74.90            7.90             0.10
## 569            2.70        77.40            8.10             0.10
## 570            2.10        77.20            9.70             0.00
## 571            2.50        77.50            8.70             0.10
## 572            2.40        79.50            7.40             0.10
##     ácido_araquídico ácido_eicosenoico
## 1               0.60              0.29
## 2               0.61              0.29
## 3               0.63              0.29
## 4               0.78              0.35
## 5               0.80              0.46
## 6               0.70              0.44
## 7               0.56              0.29
## 8               0.64              0.35
## 9               0.83              0.33
## 10              0.52              0.30
## 11              0.65              0.24
## 12              0.62              0.44
## 13              0.79              0.33
## 14              0.79              0.32
## 15              0.75              0.41
## 16              0.60              0.29
## 17              0.75              0.31
## 18              0.70              0.28
## 19              0.75              0.30
## 20              0.78              0.33
## 21              0.83              0.45
## 22              0.86              0.40
## 23              0.89              0.51
## 24              0.74              0.26
## 25              0.82              0.38
## 26              0.60              0.32
## 27              0.63              0.30
## 28              0.63              0.18
## 29              0.64              0.23
## 30              0.62              0.38
## 31              0.68              0.41
## 32              0.70              0.38
## 33              0.72              0.35
## 34              0.72              0.21
## 35              0.69              0.27
## 36              0.70              0.28
## 37              0.67              0.28
## 38              0.65              0.36
## 39              0.66              0.33
## 40              0.75              0.36
## 41              0.64              0.28
## 42              0.65              0.25
## 43              0.61              0.37
## 44              0.65              0.41
## 45              0.54              0.26
## 46              0.61              0.32
## 47              0.71              0.24
## 48              0.69              0.20
## 49              0.65              0.31
## 50              0.56              0.16
## 51              0.69              0.29
## 52              0.67              0.23
## 53              0.72              0.27
## 54              0.53              0.24
## 55              0.57              0.28
## 56              0.60              0.30
## 57              0.51              0.23
## 58              0.70              0.26
## 59              0.55              0.19
## 60              0.49              0.26
## 61              0.69              0.25
## 62              0.60              0.31
## 63              0.70              0.25
## 64              0.57              0.16
## 65              0.68              0.24
## 66              0.68              0.28
## 67              0.60              0.18
## 68              0.72              0.36
## 69              0.62              0.41
## 70              0.55              0.25
## 71              0.68              0.28
## 72              0.70              0.34
## 73              0.68              0.29
## 74              0.65              0.28
## 75              0.51              0.18
## 76              0.44              0.23
## 77              0.60              0.22
## 78              0.69              0.36
## 79              0.65              0.34
## 80              0.66              0.36
## 81              0.56              0.30
## 82              0.46              0.19
## 83              0.46              0.15
## 84              0.50              0.14
## 85              0.48              0.19
## 86              0.67              0.26
## 87              0.72              0.32
## 88              0.60              0.24
## 89              0.62              0.30
## 90              0.60              0.22
## 91              0.65              0.28
## 92              0.70              0.28
## 93              0.60              0.24
## 94              0.60              0.17
## 95              0.60              0.18
## 96              0.50              0.16
## 97              0.54              0.14
## 98              0.50              0.17
## 99              0.69              0.28
## 100             0.57              0.12
## 101             0.44              0.14
## 102             0.43              0.23
## 103             0.70              0.21
## 104             0.51              0.19
## 105             0.58              0.24
## 106             0.68              0.30
## 107             0.45              0.24
## 108             0.41              0.16
## 109             0.48              0.15
## 110             0.48              0.15
## 111             0.50              0.11
## 112             0.50              0.19
## 113             0.52              0.21
## 114             0.70              0.22
## 115             0.32              0.12
## 116             0.65              0.27
## 117             0.76              0.25
## 118             0.54              0.26
## 119             0.51              0.14
## 120             0.56              0.16
## 121             0.56              0.20
## 122             0.48              0.14
## 123             0.74              0.26
## 124             0.64              0.16
## 125             0.60              0.16
## 126             0.60              0.14
## 127             0.60              0.17
## 128             0.50              0.16
## 129             0.42              0.25
## 130             0.52              0.12
## 131             0.49              0.15
## 132             0.59              0.38
## 133             0.74              0.23
## 134             0.66              0.10
## 135             0.55              0.20
## 136             0.56              0.24
## 137             0.52              0.17
## 138             0.65              0.34
## 139             0.60              0.36
## 140             0.64              0.29
## 141             0.80              0.27
## 142             0.76              0.42
## 143             0.60              0.27
## 144             0.64              0.23
## 145             0.54              0.17
## 146             0.46              0.13
## 147             0.59              0.27
## 148             0.73              0.16
## 149             0.50              0.22
## 150             0.55              0.25
## 151             0.51              0.28
## 152             0.62              0.23
## 153             0.68              0.21
## 154             0.69              0.27
## 155             0.59              0.30
## 156             0.51              0.29
## 157             0.57              0.28
## 158             0.54              0.28
## 159             0.69              0.27
## 160             0.52              0.28
## 161             0.56              0.16
## 162             0.56              0.22
## 163             0.64              0.24
## 164             0.64              0.26
## 165             0.60              0.24
## 166             0.63              0.30
## 167             0.51              0.16
## 168             0.65              0.14
## 169             0.59              0.12
## 170             0.50              0.25
## 171             0.50              0.29
## 172             0.46              0.13
## 173             0.58              0.16
## 174             0.53              0.19
## 175             0.67              0.33
## 176             0.43              0.20
## 177             0.63              0.16
## 178             0.51              0.21
## 179             0.50              0.24
## 180             0.52              0.13
## 181             0.56              0.32
## 182             0.48              0.22
## 183             0.64              0.24
## 184             0.53              0.31
## 185             0.45              0.26
## 186             0.52              0.22
## 187             0.58              0.31
## 188             0.54              0.25
## 189             0.60              0.37
## 190             0.50              0.23
## 191             0.58              0.17
## 192             0.59              0.21
## 193             0.65              0.31
## 194             0.51              0.21
## 195             0.59              0.34
## 196             0.63              0.23
## 197             0.61              0.21
## 198             0.45              0.20
## 199             0.58              0.26
## 200             0.53              0.19
## 201             0.66              0.22
## 202             0.60              0.22
## 203             0.60              0.23
## 204             0.50              0.20
## 205             0.59              0.25
## 206             0.48              0.19
## 207             0.63              0.25
## 208             0.54              0.23
## 209             0.61              0.24
## 210             0.62              0.23
## 211             0.54              0.23
## 212             0.52              0.28
## 213             0.49              0.23
## 214             0.44              0.19
## 215             0.57              0.32
## 216             0.55              0.23
## 217             0.68              0.34
## 218             0.65              0.36
## 219             0.69              0.31
## 220             0.66              0.29
## 221             0.74              0.32
## 222             0.64              0.27
## 223             0.62              0.31
## 224             0.61              0.35
## 225             0.70              0.36
## 226             0.65              0.33
## 227             0.75              0.29
## 228             0.61              0.26
## 229             0.55              0.23
## 230             0.72              0.33
## 231             0.67              0.25
## 232             0.68              0.26
## 233             0.76              0.30
## 234             0.62              0.25
## 235             0.66              0.24
## 236             0.63              0.27
## 237             0.69              0.25
## 238             0.61              0.20
## 239             0.57              0.27
## 240             0.55              0.27
## 241             0.56              0.27
## 242             0.53              0.23
## 243             0.57              0.26
## 244             0.53              0.24
## 245             0.63              0.33
## 246             0.60              0.31
## 247             0.64              0.35
## 248             0.61              0.30
## 249             0.57              0.24
## 250             0.62              0.25
## 251             0.64              0.27
## 252             0.57              0.23
## 253             0.59              0.31
## 254             0.60              0.31
## 255             0.93              0.30
## 256             0.83              0.39
## 257             0.94              0.36
## 258             0.69              0.35
## 259             0.91              0.32
## 260             0.83              0.37
## 261             0.88              0.43
## 262             0.95              0.41
## 263             0.69              0.45
## 264             0.67              0.43
## 265             0.65              0.32
## 266             0.65              0.25
## 267             0.68              0.37
## 268             0.64              0.36
## 269             0.77              0.46
## 270             0.59              0.36
## 271             0.64              0.58
## 272             0.71              0.56
## 273             0.74              0.42
## 274             0.84              0.37
## 275             0.87              0.35
## 276             0.86              0.40
## 277             0.78              0.32
## 278             0.72              0.27
## 279             0.77              0.40
## 280             0.97              0.38
## 281             0.93              0.40
## 282             1.01              0.43
## 283             0.89              0.45
## 284             0.64              0.32
## 285             0.69              0.32
## 286             0.70              0.15
## 287             0.62              0.44
## 288             0.69              0.47
## 289             0.63              0.47
## 290             0.76              0.38
## 291             0.73              0.42
## 292             0.70              0.35
## 293             0.71              0.31
## 294             0.60              0.28
## 295             0.42              0.18
## 296             0.69              0.32
## 297             0.75              0.19
## 298             0.56              0.22
## 299             0.62              0.23
## 300             0.62              0.27
## 301             0.87              0.34
## 302             0.66              0.23
## 303             0.72              0.16
## 304             0.60              0.31
## 305             0.50              0.20
## 306             0.70              0.28
## 307             0.82              0.23
## 308             0.70              0.45
## 309             0.80              0.27
## 310             0.40              0.18
## 311             0.52              0.20
## 312             0.68              0.21
## 313             0.58              0.27
## 314             0.61              0.27
## 315             0.59              0.33
## 316             0.78              0.27
## 317             1.02              0.37
## 318             0.59              0.15
## 319             0.53              0.29
## 320             0.73              0.32
## 321             0.72              0.38
## 322             0.62              0.28
## 323             0.58              0.17
## 324             0.98              0.02
## 325             0.90              0.03
## 326             0.94              0.03
## 327             0.94              0.02
## 328             0.92              0.01
## 329             0.66              0.01
## 330             0.66              0.02
## 331             0.62              0.03
## 332             0.62              0.03
## 333             0.61              0.02
## 334             0.67              0.01
## 335             0.61              0.02
## 336             0.75              0.01
## 337             0.68              0.03
## 338             0.83              0.01
## 339             0.75              0.03
## 340             0.65              0.03
## 341             0.62              0.03
## 342             0.68              0.02
## 343             0.72              0.02
## 344             0.82              0.01
## 345             0.64              0.01
## 346             0.67              0.02
## 347             0.90              0.01
## 348             0.58              0.02
## 349             0.81              0.02
## 350             0.68              0.01
## 351             0.89              0.01
## 352             0.67              0.03
## 353             0.77              0.02
## 354             0.78              0.01
## 355             0.74              0.02
## 356             0.59              0.02
## 357             0.73              0.02
## 358             0.53              0.02
## 359             0.78              0.01
## 360             0.66              0.03
## 361             0.71              0.02
## 362             0.65              0.01
## 363             0.80              0.03
## 364             0.83              0.02
## 365             0.74              0.01
## 366             0.80              0.01
## 367             0.77              0.01
## 368             0.79              0.02
## 369             0.87              0.02
## 370             0.56              0.02
## 371             0.83              0.03
## 372             0.61              0.01
## 373             0.95              0.02
## 374             0.79              0.02
## 375             0.58              0.01
## 376             0.90              0.03
## 377             0.74              0.02
## 378             0.72              0.03
## 379             0.66              0.02
## 380             0.67              0.02
## 381             0.57              0.01
## 382             0.62              0.02
## 383             0.71              0.03
## 384             0.68              0.01
## 385             0.77              0.02
## 386             0.82              0.02
## 387             0.61              0.02
## 388             0.79              0.03
## 389             0.72              0.01
## 390             0.46              0.02
## 391             0.47              0.02
## 392             0.45              0.03
## 393             0.70              0.01
## 394             0.68              0.03
## 395             0.90              0.03
## 396             0.85              0.03
## 397             0.72              0.03
## 398             0.86              0.03
## 399             0.74              0.01
## 400             0.69              0.02
## 401             1.05              0.02
## 402             0.73              0.03
## 403             0.66              0.02
## 404             0.88              0.01
## 405             0.65              0.01
## 406             0.65              0.02
## 407             0.74              0.02
## 408             0.88              0.03
## 409             0.96              0.02
## 410             0.57              0.02
## 411             0.85              0.02
## 412             0.67              0.01
## 413             0.75              0.01
## 414             0.81              0.02
## 415             0.68              0.02
## 416             0.76              0.02
## 417             0.69              0.01
## 418             0.60              0.01
## 419             0.75              0.02
## 420             0.84              0.01
## 421             0.71              0.02
## 422             0.50              0.01
## 423             0.55              0.01
## 424             0.47              0.02
## 425             0.20              0.01
## 426             0.42              0.02
## 427             0.55              0.02
## 428             0.55              0.02
## 429             0.65              0.01
## 430             0.50              0.03
## 431             0.65              0.02
## 432             0.50              0.02
## 433             0.55              0.01
## 434             0.53              0.01
## 435             0.40              0.03
## 436             0.40              0.03
## 437             0.34              0.02
## 438             0.42              0.02
## 439             0.32              0.01
## 440             0.42              0.02
## 441             0.34              0.01
## 442             0.45              0.03
## 443             0.36              0.03
## 444             0.38              0.02
## 445             0.56              0.01
## 446             0.52              0.01
## 447             0.33              0.02
## 448             0.42              0.03
## 449             0.50              0.03
## 450             0.45              0.02
## 451             0.45              0.01
## 452             0.44              0.01
## 453             0.58              0.02
## 454             0.59              0.03
## 455             0.35              0.02
## 456             0.23              0.03
## 457             0.27              0.03
## 458             0.32              0.02
## 459             0.20              0.02
## 460             0.65              0.02
## 461             0.55              0.03
## 462             0.15              0.02
## 463             0.20              0.03
## 464             0.48              0.02
## 465             0.20              0.02
## 466             0.60              0.01
## 467             0.50              0.01
## 468             0.60              0.02
## 469             0.20              0.02
## 470             0.35              0.02
## 471             0.10              0.02
## 472             0.40              0.03
## 473             1.00              0.02
## 474             0.70              0.01
## 475             0.80              0.02
## 476             0.80              0.02
## 477             0.90              0.01
## 478             0.50              0.03
## 479             0.20              0.01
## 480             0.60              0.02
## 481             1.00              0.02
## 482             0.90              0.02
## 483             1.00              0.02
## 484             1.00              0.01
## 485             0.90              0.01
## 486             0.90              0.01
## 487             0.70              0.02
## 488             1.00              0.01
## 489             0.90              0.01
## 490             0.80              0.01
## 491             0.80              0.02
## 492             0.70              0.02
## 493             0.20              0.01
## 494             0.70              0.02
## 495             0.30              0.03
## 496             0.50              0.03
## 497             0.80              0.03
## 498             0.70              0.02
## 499             0.80              0.02
## 500             0.90              0.01
## 501             0.70              0.01
## 502             0.40              0.02
## 503             0.20              0.02
## 504             0.30              0.01
## 505             0.60              0.02
## 506             0.60              0.01
## 507             0.30              0.01
## 508             0.10              0.02
## 509             0.30              0.02
## 510             0.90              0.01
## 511             0.70              0.03
## 512             0.40              0.01
## 513             0.50              0.02
## 514             0.60              0.03
## 515             0.80              0.03
## 516             0.60              0.03
## 517             0.70              0.02
## 518             0.70              0.03
## 519             0.40              0.02
## 520             0.50              0.02
## 521             0.30              0.03
## 522             0.20              0.03
## 523             0.10              0.02
## 524             0.00              0.01
## 525             0.00              0.03
## 526             0.10              0.03
## 527             0.10              0.01
## 528             0.40              0.02
## 529             0.20              0.01
## 530             0.00              0.02
## 531             0.00              0.03
## 532             0.00              0.02
## 533             0.00              0.01
## 534             0.10              0.02
## 535             0.40              0.02
## 536             0.00              0.03
## 537             0.00              0.02
## 538             0.00              0.02
## 539             0.00              0.02
## 540             0.00              0.01
## 541             0.10              0.01
## 542             0.00              0.02
## 543             0.10              0.02
## 544             0.00              0.03
## 545             0.10              0.02
## 546             0.10              0.01
## 547             0.00              0.03
## 548             0.00              0.03
## 549             0.10              0.01
## 550             0.10              0.02
## 551             0.00              0.03
## 552             0.00              0.03
## 553             0.00              0.03
## 554             0.00              0.03
## 555             0.10              0.02
## 556             0.00              0.03
## 557             0.00              0.01
## 558             0.20              0.02
## 559             0.00              0.02
## 560             0.10              0.01
## 561             0.00              0.02
## 562             0.10              0.02
## 563             0.00              0.02
## 564             0.10              0.03
## 565             0.10              0.02
## 566             0.00              0.01
## 567             0.10              0.02
## 568             0.10              0.02
## 569             0.10              0.03
## 570             0.00              0.02
## 571             0.10              0.02
## 572             0.20              0.02
levels(olive$region)
## [1] "Northern Italy" "Sardinia"       "Southern Italy"
tabla_aceite_region<-table(olive$region)
tabla_aceite_region
## 
## Northern Italy       Sardinia Southern Italy 
##            151             98            323

Primera

tabla_regiones<-table(olive$region)

barplot_regiones<-barplot(tabla_regiones, main = "Aceite de oliva en Italia", ylab = "Cantidad de datos", xlab = "Regiones", ylim = c(0,350), col="red")
text(x = barplot_regiones, y = tabla_regiones + 16, labels = tabla_regiones, col = "black", cex = 0.9)
grid(nx=NA, ny=NULL, col = "black", lty = "dotted", lwd = par("lwd"), equilogs = TRUE)

La primera pregunta: “1. Poner el valor sobre cada columna” realizada, enseñando la cantidad de datos que se tomaron en las 3 regiones registradas en la base de datos, hare nuevamente el ejercicio pero ahora con las areas que son 9

tabla_aceite_area<-table(olive$area)
tabla_aceite_area
## 
##        Calabria  Coast-Sardinia    East-Liguria Inland-Sardinia    North-Apulia 
##              56              33              50              65              25 
##          Sicily    South-Apulia          Umbria    West-Liguria 
##              36             206              51              50
tabla_areas<-table(olive$area)

barplot_areas<-barplot(tabla_areas, main = "Aceite de oliva en Italia", ylab = "Cantidad de datos", xlab = "Areas", ylim = c(0,250), col="blue")
text(x = barplot_areas, y = tabla_areas + 16, labels = tabla_areas, col = "black", cex = 0.9)
grid(nx=NA, ny=NULL, col = "black", lty = "dotted", lwd = par("lwd"), equilogs = TRUE)

Segunda

tabla_circular_aceite<-table(olive$region)

porcentajes <- round(tabla_circular_aceite*100/sum(tabla_circular_aceite),1)
pie(porcentajes, labels = paste(porcentajes,"%"), main = "Aceite de oliva en Italia", col = c("orange", "purple", "green"))
legend(x=1.10, y=0.1, legend= names(porcentajes), fill = brewer.pal(4, "Accent"), cex = 0.75)

La segunda pregunta: “2. Crear tabla de porcentajes y gráficar mostrando el dato” realizada, demostrando en un diagrama circular los porcentajes de los datos en las 3 regiones presentes de la base de datos, igualmente que en la primer pregunta, lo probare con las areas

tabla_circular_aceite_area<-table(olive$area)

porcentajes <- round(tabla_circular_aceite_area*100/sum(tabla_circular_aceite_area),1)
pie(porcentajes, labels = paste(porcentajes,"%"), main = "Aceite de oliva en Italia", col = brewer.pal(9,"Set2"))
## Warning in brewer.pal(9, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors
legend(x=1.20, y=0.3, legend= names(porcentajes), fill = brewer.pal(9,"Set2"), cex = 0.75)
## Warning in brewer.pal(9, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors

Tercera

meadiana_palmitico<-median(olive$palmitic)
media_palmitico<-mean(olive$palmitic)

hist_data <- hist(olive$palmitic, breaks = "Sturges", main = "Histograma del ácido palmítico", xlab = "Concentración de ácido palmítico", ylim = c(0, 150), col = brewer.pal(3, "Set1"), border = brewer.pal(3, "Set1"))
text(x = hist_data$mids, y = hist_data$counts, labels = hist_data$counts, pos = 3, cex = 0.8, col = "black")
axis(1, at = seq(floor(min(olive$palmitic)), ceiling(max(olive$palmitic)), by = 5))

En la tercera se muestran niveles de concentración del ácido palmítico, considerando que un valor bajo es más saludable, aquellos que cuanto mucho tienen máximo 10 (cuarta columna) estos en esta sustancia en especifico serían más saludables

Cuarta

mediana_palmítico<-median(olive$palmitic)
media_palmítico<-mean(olive$palmitic)

hist_data <- hist(olive$palmitic, breaks = "Sturges", probability = TRUE, main = "Histograma del ácido palmítico", xlab = "Concentración de ácido palmítico", ylim = c(0, 0.3), col = brewer.pal(3, "Set1"), border = brewer.pal(3, "Set1"))
lines(density(olive$palmitic), col = "black", lwd = 2)
abline(v = media_palmítico, col = "yellow", lwd = 2, lty = 2)
abline(v = mediana_palmítico, col = "purple", lwd = 2, lty = 2)
legend("topright", legend = c("Media", "Mediana"), col = c("yellow", "purple"), lwd = 2, lty = 2)
axis(1, at = seq(floor(min(olive$palmitic)), ceiling(max(olive$palmitic)), by = 5))

Quinta

La gráfica se interpreta como la distribución de los niveles de ácido palmítico concentrado en muestras de aceite de oliva de Italia con un histograma acompañado con una curva de densidad la cual muestra de manera más clara y continua cómo se distribuyen las observaciones. La distribución luce unimodal, con la mayoría de los valores agrupados en un rango central. Las líneas de la media y la mediana se encuentran bastante cercanas lo que indica una distribución uniforme. Las barras más altas del histograma muestran los niveles de ácido palmítico más comunes, mientras que las más bajas reflejan valores menos frecuentes. La curva de densidad también ayuda a identificar posibles valores extremos.

Sexta

“Agregar los puntos que se muestran al ejecutar summary(murders$rate) en el boxplot.”

boxplot(olive$palmitic, col = "blue", ylab = "Concentración", outline = FALSE, main = "Boxplot", ylim = c(0, max(olive$palmitic) + 10))
points(mean(olive$palmitic), col = "black", pch = 21)
text(x = 1.2, y = mean(olive$palmitic), labels = paste("Media:", round(mean(olive$palmitic), 2)), pos = 4, col = "black")

boxplot(olive$palmitic, col = "blue", ylab = "Concentración de ácido palmítico", outline = FALSE, main = "Boxplot del ácido palmítico", ylim = c(0, max(olive$palmitic) + 10))

media_palmítico <- mean(olive$palmitic)
mediana_palmítico <- median(olive$palmitic)
min_palmítico <- min(olive$palmitic)

points(media_palmítico, col = "black", pch = 21)
text(paste(" ", round(media_palmítico, 2)), x = 1.1, y = media_palmítico + 5)

points(min_palmítico, col = "gray", pch = 18)
text(paste(" ", round(min_palmítico, 2)), x = 1.1, y = min_palmítico - 5)

legend("topright", legend = c("Media", "Mediana"), col = c("green", "yellow"), lwd = 2, lty = 2)
abline(h = media_palmítico, col = "green", lwd = 1, lty = 2)
abline(h = mediana_palmítico, col = "yellow", lwd = 1, lty = 2)

x <- olive$palmitic
y <- olive$stearic

plot(x, y, main = "Ácido Palmítico vs Ácido Esteárico por Región", col = as.factor(olive$region), pch = 20, xlab = "Concentración de ácido palmítico", ylab = "Concentración de ácido esteárico")

legend("bottomright", legend = levels(as.factor(olive$region)), fill = unique(as.factor(olive$region)), cex = 0.75)

acidos <- data.frame(tipo = rep(c("Palmítico", "Palmitoleico", "Esteárico", "Oleico", "Linoleico", "Linolénico", "Araquídico", "Eicosenoico"), each = nrow(olive)), concentracion = c(olive$palmitic, olive$palmitoleic, olive$stearic, olive$oleic, olive$linoleic, olive$linolenic, olive$arachidic, olive$eicosenoic))

boxplot(concentracion ~ tipo, data = acidos, col = brewer.pal(9, "Set1"), outline = FALSE, ylim = c(0, max(acidos$concentracion) + 50), main = "Distribución de Ácidos en el Aceite de Oliva de Italia")

media_palmítico <- mean(olive$palmitic)

abline(h = media_palmítico, col = "blue", lwd = 2)

text(paste("", round(media_palmítico, 2)), x = 0.8, y = media_palmítico + 5, col = "blue")

par(mfrow=c(1,2))

plot(x, y, main = "Ácido Palmítico vs Ácido Esteárico por Región", col = as.factor(olive$region), pch = 20, xlab = "Concentración de ácido palmítico", ylab = "Concentración de ácido esteárico")
legend("bottomright", legend = levels(as.factor(olive$region)), fill = unique(as.factor(olive$region)), cex = 0.75)

boxplot(concentracion ~ tipo, data = acidos, col = brewer.pal(9, "Set1"), outline = FALSE, ylim = c(0, max(acidos$concentracion) + 50), main = "Distribución de Ácidos en el Aceite de Oliva de Italia")
media_palmítico <- mean(olive$palmitic)
abline(h = media_palmítico, col = "blue", lwd = 2)
text(paste("", round(media_palmítico, 2)), x = 0.8, y = media_palmítico + 5, col = "blue")